diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/acceptance.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/acceptance.sh b/bin/acceptance.sh index 12b1406..25c23bb 100755 --- a/bin/acceptance.sh +++ b/bin/acceptance.sh @@ -24,12 +24,12 @@ echo # GET /licenses/:guid - details of a single license echo $TARGET_HOST/v1/licenses/$PUBLIC_ACTIVE_LICENSE -curl $TARGET_HOST/v1/licenses/7a4bebeb-c067-44a1-9f9c-2c1ee513b526 +curl $TARGET_HOST/v1/licenses/$PUBLIC_ACTIVE_LICENSE echo echo echo $TARGET_HOST/v1/licenses/$CONFIDENTIAL_ACTIVE_LICENSE -curl $TARGET_HOST/v1/licenses/7a4bebeb-c067-44a1-9f9c-2c1ee513b526 +curl $TARGET_HOST/v1/licenses/$CONFIDENTIAL_ACTIVE_LICENSE echo echo |
