Skip to content

Commit

Permalink
removed unncesary checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rv0lt committed Sep 21, 2023
1 parent d1fa7f2 commit ed04fab
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,6 @@ def test_create_new_unit_success(client, runner, capfd: LogCaptureFixture) -> No
assert new_unit.quota == correct_unit["quota"]
assert new_unit.warning_level

# check for the atributes that should not be setted up
assert not new_unit.sto2_endpoint
assert not new_unit.sto2_name
assert not new_unit.sto2_access
assert not new_unit.sto2_secret


# update_unit

Expand Down

0 comments on commit ed04fab

Please sign in to comment.