Skip to content

Commit

Permalink
Fix test_request_patch_invalid unit test error
Browse files Browse the repository at this point in the history
Jsonschema changed some error messages in 4.21.1 version.

Signed-off-by: ejegrova <[email protected]>
  • Loading branch information
ejegrova authored and ben-alkov committed Jan 25, 2024
1 parent 60c8feb commit 85463e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,7 @@ def test_set_packages_and_deps_count(app, client, db, worker_auth_env):
404,
"The requested resource was not found",
),
(1, {}, 400, "{} does not have enough properties"),
(1, {}, 400, "{} should be non-empty"),
(
1,
{"state": "complete", "state_reason": "Success", "id": 42},
Expand Down

0 comments on commit 85463e3

Please sign in to comment.