File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def test_add_scopes(self):
39
39
})
40
40
41
41
def test_delete (self ):
42
- """" Test the request to delete an authorization."""
42
+ """Test the request to delete an authorization."""
43
43
self .instance .delete ()
44
44
45
45
self .session .delete .assert_called_once_with (url_for ('' ))
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ def test_me(self):
211
211
self .session .get .assert_called_once_with (url_for ('user' ))
212
212
213
213
def test_repository (self ):
214
- """" Verify the GET request for a repository."""
214
+ """Verify the GET request for a repository."""
215
215
self .instance .repository ('user' , 'repo' )
216
216
217
217
self .session .get .assert_called_once_with (url_for ('repos/user/repo' ))
You can’t perform that action at this time.
0 commit comments