Skip to content

Commit 87a28b6

Browse files
committed
makefile
1 parent d7f80e2 commit 87a28b6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

e2e/Makefile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
-include .env
22

3-
#APIGEE_ACCESS_TOKEN ?= $(shell export SSO_LOGIN_URL=https://login.apigee.com && eval get_token -u $(APIGEE_USERNAME))
4-
AWS_DOMAIN_NAME=https://$(shell make -C ../terraform -s output name=service_domain_name || true)
5-
DYNAMODB_TABLE_NAME=$(shell make -C ../terraform -s output name=dynamodb_table_name || true)
6-
IMMS_DELTA_TABLE_NAME=$(shell make -C ../terraform -s output name=imms_delta_table_name || true)
7-
AWS_SQS_QUEUE_NAME=$(shell make -C ../terraform -s output name=aws_sqs_queue_name || true)
8-
AWS_SNS_TOPIC_NAME=$(shell make -C ../terraform -s output name=aws_sns_topic_name || true)
3+
AWS_DOMAIN_NAME=https://internal-dev.imms.dev.vds.platform.nhs.uk
4+
DYNAMODB_TABLE_NAME=imms-internal-dev-imms-events
5+
IMMS_DELTA_TABLE_NAME=imms-internal-dev-delta
6+
AWS_SQS_QUEUE_NAME=imms-internal-dev-delta-dlq
7+
AWS_SNS_TOPIC_NAME=imms-internal-dev-delta-sns
98

109
cmd = APIGEE_ACCESS_TOKEN=$(APIGEE_ACCESS_TOKEN) APIGEE_USERNAME=$(APIGEE_USERNAME) IMMS_DELTA_TABLE_NAME=$(IMMS_DELTA_TABLE_NAME) AWS_DOMAIN_NAME=$(AWS_DOMAIN_NAME) DYNAMODB_TABLE_NAME=$(DYNAMODB_TABLE_NAME) AWS_SQS_QUEUE_NAME=$(AWS_SQS_QUEUE_NAME) AWS_SNS_TOPIC_NAME=$(AWS_SNS_TOPIC_NAME) poetry run python -m unittest
1110

0 commit comments

Comments
 (0)