Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore(tests): expect id of None in partial-intersection test
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Apr 15, 2024
1 parent 5db46c6 commit 5f37341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timed/tracking/tests/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_report_intersection_partial(
json = response.json()
expected = {
"data": {
"id": "",
"id": None,
"type": "report-intersections",
"attributes": {
"comment": "test",
Expand Down

0 comments on commit 5f37341

Please sign in to comment.