From acaa922edb992e8b0e9b745f4d34abb0face121e Mon Sep 17 00:00:00 2001 From: Rima Shah Date: Wed, 20 Mar 2024 14:47:01 -0600 Subject: [PATCH] Removing minor change from PR 7553 --- .github/actions/to-api-contract-tests/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/to-api-contract-tests/entrypoint.sh b/.github/actions/to-api-contract-tests/entrypoint.sh index 59f74c9159..b3a8ffb380 100755 --- a/.github/actions/to-api-contract-tests/entrypoint.sh +++ b/.github/actions/to-api-contract-tests/entrypoint.sh @@ -122,4 +122,4 @@ truncate --size=0 traffic.ops.log # Removes output from previous API versions an cd "../testing/api_contract/v$INPUT_VERSION" -pytest -rA --to-user admin --to-password twelve12 --to-url https://localhost:6443/api/4.0 +pytest -rA --to-user admin --to-password twelve --to-url https://localhost:6443/api/4.0