Skip to content

Commit

Permalink
Fix key for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacarmina committed Nov 16, 2023
1 parent f0a5ba9 commit eff94e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fileinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def test_check_arweave_good(client):
assert file_info["contentType"] == "application/octet-stream"
assert file_info["valid"] is True
assert file_info["type"] == "arweave"
assert file_info["name"] == ""
assert file_info["filename"] == ""


@pytest.mark.unit
Expand Down

0 comments on commit eff94e1

Please sign in to comment.