Skip to content

Commit

Permalink
check extended link to events resourced is checked in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Krist committed Mar 21, 2024
1 parent f91cf35 commit 52902b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_requests/test_extended.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ def test_events_resource(
read_from_record.json["requests"][0]["links"]["timeline"]
)

assert comments_link.startswith("/requests/extended")
assert timeline_link.startswith("/requests/extended")

comments_extended = creator_client.post(
comments_link,
json=events_resource_data,
Expand Down

0 comments on commit 52902b4

Please sign in to comment.