Skip to content

Commit 41ea50a

Browse files
committed
correct api test call order
1 parent 1eca2b6 commit 41ea50a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_api_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_validate_by_id_missing_root_path(client):
124124

125125
assert response.status_code == 202
126126
assert response.json == {"message": "Validation in progress"}
127-
mock_queue.assert_called_once_with("test_bucket", None, "crate-123", "default", "https://webhook.example.com")
127+
mock_queue.assert_called_once_with("test_bucket", "crate-123", None, "default", "https://webhook.example.com")
128128

129129

130130
# Test POST API: /v1/ro_crates/validate_metadata

0 commit comments

Comments
 (0)