mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 08:09:37 +00:00
4 lines
132 B
Python
4 lines
132 B
Python
def test_read(client, seeder, utils):
|
|
response = utils.get_endpoint("api_v1_dump")
|
|
utils.assert_response_notFound(response)
|