Skip to content

Commit d105cde

Browse files
Reverting makefile changes
1 parent 6c1c64f commit d105cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ release: clean publish build-proxy
5656
TEST_CMD := @APIGEE_ACCESS_TOKEN=$(APIGEE_ACCESS_TOKEN) \
5757
poetry run pytest -v \
5858
--color=yes \
59-
--api-name=validated-relationships \
59+
--api-name=validated-relationships-service-api \
6060
--proxy-name=$(PROXY_NAME) \
6161
-s
6262

@@ -82,4 +82,4 @@ smoketest-prod:
8282

8383
test-prod:
8484
$(PROD_CMD) \
85-
--junitxml=test-report.xml \
85+
--junitxml=test-report.xml \

0 commit comments

Comments
 (0)