Skip to content

Commit

Permalink
remove debug pytest maker
Browse files Browse the repository at this point in the history
implement raise_for_status
add referer ui client
add sleep namespace test
No-Issue
  • Loading branch information
chr-stian committed Mar 21, 2024
1 parent f286d03 commit 26a2dba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion galaxy_ng/tests/integration/utils/client_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,3 @@ def delete(self, relative_url: str) -> requests.models.Response:
resp = self._rs.delete(self.baseurl + relative_url, headers=pheaders)
raise_for_status(resp)
return resp

0 comments on commit 26a2dba

Please sign in to comment.