We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1c64f commit d105cdeCopy full SHA for d105cde
Makefile
@@ -56,7 +56,7 @@ release: clean publish build-proxy
56
TEST_CMD := @APIGEE_ACCESS_TOKEN=$(APIGEE_ACCESS_TOKEN) \
57
poetry run pytest -v \
58
--color=yes \
59
- --api-name=validated-relationships \
+ --api-name=validated-relationships-service-api \
60
--proxy-name=$(PROXY_NAME) \
61
-s
62
@@ -82,4 +82,4 @@ smoketest-prod:
82
83
test-prod:
84
$(PROD_CMD) \
85
- --junitxml=test-report.xml \
+ --junitxml=test-report.xml \
0 commit comments