Skip to content

Commit

Permalink
remove assert
Browse files Browse the repository at this point in the history
Co-authored-by: Marius van den Beek <[email protected]>
  • Loading branch information
bernt-matthias and mvdbeek committed Sep 19, 2024
1 parent 701f6ab commit fc9d2f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/test_quota.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def test_update_description(self):
}
put_response = self._put(f"quotas/{quota_id}", data=update_payload, json=True)
put_response.raise_for_status()
assert "has been renamed to" in put_response.text

show_response = self._get(f"quotas/{quota_id}")
show_response.raise_for_status()
Expand Down

0 comments on commit fc9d2f1

Please sign in to comment.