Skip to content

Commit

Permalink
Update test_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbruinsslot committed Jan 15, 2025
1 parent 52879be commit aac2f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boefjes/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_boefje_input_running(api, tmp_path):
assert response.status_code == 200
assert response.json() == {
"task_id": "70da7d4f-f41f-4940-901b-d98a92e9014b",
"output_url": "http://placeholder:1234/api/v0/tasks/70da7d4f-f41f-4940-901b-d98a92e9014b",
"output_url": "http://placeholder:8006/api/v0/tasks/70da7d4f-f41f-4940-901b-d98a92e9014b",
"boefje_meta": {
"arguments": {"oci_arguments": []},
"boefje": {"id": "dns-records", "version": None},
Expand Down

0 comments on commit aac2f56

Please sign in to comment.