Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbangia committed Aug 31, 2023
1 parent 3c3961f commit f44ee0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions tests/test_attachments.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ def test_get_attachments():
"recording_id": recording_id,
"site_id": site_id,
"name": path,
"device": {
"id": device_id,
"name": device_name,
},
"media_type": media_type,
"size": size,
"crc": crc,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_get_recording_attachments():
"recordingId": "test_recording",
"siteId": "test_site",
"name": "name",
"mediateType": "json",
"mediaType": "json",
"size": 5,
"crc": "test_crc",
"fingerprint": "test_fingerprint",
Expand Down

0 comments on commit f44ee0c

Please sign in to comment.