Skip to content

Commit

Permalink
change env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamloe committed Jan 14, 2025
1 parent c585c96 commit aa3f424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_tests/apis/test_e2e_dockerhub.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def module_specific_setup(self):

def test_dockerhub_audit_logs_e2e(self):
secrets_map = {
"apis.0.dockerhub_token": "DOCKERHUB_TOKEN",
"apis.0.dockerhub_token": "DOCKERHUB_PASSWORD",
"apis.0.dockerhub_user": "DOCKERHUB_USER",
"logzio.token": "LOGZIO_SHIPPING_TOKEN",
"apis.0.additional_fields.type": "TEST_TYPE"
Expand Down

0 comments on commit aa3f424

Please sign in to comment.