We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799a942 commit fb2c9f5Copy full SHA for fb2c9f5
1 file changed
tests/test_validation_tasks.py
@@ -318,4 +318,4 @@ def test_return_validation_raises_error(mock_get_status):
318
return_ro_crate_validation("crate789")
319
320
assert "MinIO S3 Error" in str(exc_info.value.message)
321
- mock_get_status.assert_called_once_with("crate789")
+ mock_get_status.assert_called_once_with("crate789")
0 commit comments