We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0faf1 commit 55f9f11Copy full SHA for 55f9f11
tests/test_json_client.py
@@ -43,7 +43,7 @@ def test_search_records(self):
43
44
def test_view(self):
45
api = iDbApiJson()
46
- r = api.view("records","bc5510a4-4cc5-4731-a023-8827fdf58e61")
+ r = api.view("records","56c351b5-30c0-4529-a57f-60c451cc5876")
47
self.assertIsNotNone(r)
48
49
def test_count_media(self):
0 commit comments