File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def test_api_client_instance_created(self):
23
23
self .assertNotEqual (self .api , None )
24
24
25
25
def test_valid_toggl_base_url (self ):
26
- self .assertEqual (self .api .api_base_url , "https://www .toggl.com/api/v8" )
26
+ self .assertEqual (self .api .api_base_url , "https://api.track .toggl.com/api/v8" )
27
27
28
28
def test_api_toggl_auth_check_response_ok (self ):
29
29
response = self .api .query ("/me" )
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ class TogglClientApi(object):
6
6
defaultCredentials = {
7
7
"username" : "" ,
8
8
"workspace_name" : "" ,
9
- "base_url" : "https://www .toggl.com/api" ,
9
+ "base_url" : "https://api.track .toggl.com/api" ,
10
10
"ver_api" : 8 ,
11
- "base_url_report" : "https://toggl.com/reports/api" ,
11
+ "base_url_report" : "https://api.track. toggl.com/reports/api" ,
12
12
"ver_report" : 2 ,
13
13
}
14
14
credentials = {}
You can’t perform that action at this time.
0 commit comments