Skip to content

Commit 55f9f11

Browse files
committed
change test record uuid to lookup up because the existing record has been deleted
1 parent ce0faf1 commit 55f9f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_json_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_search_records(self):
4343

4444
def test_view(self):
4545
api = iDbApiJson()
46-
r = api.view("records","bc5510a4-4cc5-4731-a023-8827fdf58e61")
46+
r = api.view("records","56c351b5-30c0-4529-a57f-60c451cc5876")
4747
self.assertIsNotNone(r)
4848

4949
def test_count_media(self):

0 commit comments

Comments
 (0)