Skip to content

Commit

Permalink
Merge pull request #1768 from dandi/ruff-fixes
Browse files Browse the repository at this point in the history
Fix a test failure
  • Loading branch information
brianhelba authored Nov 30, 2023
2 parents 68d122a + 6f9fdd1 commit 7894e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandiapi/api/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ def test_version_rest_publish_zarr(
f'/versions/{draft_version.version}/publish/'
)
assert resp.status_code == 400
assert resp.json() == ['Cannot publish dandisets which contain zarrs']
assert resp.json() == 'Cannot publish dandisets which contain zarrs'


@pytest.mark.django_db()
Expand Down

0 comments on commit 7894e90

Please sign in to comment.