Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ychiucco committed Sep 19, 2024
1 parent 06c26db commit e857b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/no_version/test_auth_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ async def test_get_and_patch_current_user_settings(registered_client):
else:
assert v is None

patch = dict(slurm_accounts=["foo", "bar"])
patch = dict(cache_dir="/tmp/foo_cache")
res = await registered_client.patch(
f"{PREFIX}/current-user/settings/", json=patch
)
Expand Down

0 comments on commit e857b99

Please sign in to comment.