Skip to content

Commit

Permalink
updated profile password test, #48, still isort issues seem ominous.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoHuebner committed Sep 18, 2022
1 parent f83d042 commit d10440a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_password(mock_config, mock_requests, mock_config_dir, cache_dir):
}
mock_config.return_value = config
mock_requests.return_value = _generic_request_status()
mock_config_dir.return_value = cache_dir
mock_config_dir.return_value = cache_dir / "config.ini"

password("new_password")

Expand Down

0 comments on commit d10440a

Please sign in to comment.