Skip to content

Commit 1559e46

Browse files
committed
fff
Signed-off-by: Martin Sakin <[email protected]>
1 parent 571f6da commit 1559e46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/rest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def test_get_connection(self):
114114
pass
115115

116116
def test_url(self):
117-
"""A test of a GET to the github API with different url"""
118-
status, body = self.client.request(Client.GET, '/monitoring/time/1651667297/', None, None)
117+
status, body = self.client.request(Client.GET, '/accounts/', None, None)
119118
print("\n\n\n --XXX-- test_get_method() | body: ", body, "\n\n\n")
120119
self.assertEqual(status, 200)

0 commit comments

Comments
 (0)