Skip to content

Commit

Permalink
test:_ check if vars exist
Browse files Browse the repository at this point in the history
  • Loading branch information
antdanchenko committed Dec 13, 2024
1 parent 3c39fec commit ee14490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests-functional/clients/status_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ def init_status_backend(self, data_dir=USER_DIR):
return self.api_valid_request(method, data)

def _set_proxy_credentials(self, data):
if not "STATUS_BUILD_PROXY_USER" in os.environ:
return data
# if not "STATUS_BUILD_PROXY_USER" in os.environ:
# return data

user = os.environ["STATUS_BUILD_PROXY_USER"]
password = os.environ["STATUS_BUILD_PROXY_PASSWORD"]
Expand Down

0 comments on commit ee14490

Please sign in to comment.