From e61066b8975e7d114dc1e4a479efa20a1aa3b928 Mon Sep 17 00:00:00 2001 From: Natalie Schultz <90212258+nataliejschultz@users.noreply.github.com> Date: Tue, 19 Sep 2023 17:45:46 -0600 Subject: [PATCH] Removing brackets Removing brackets around test key variable. --- emission/integrationTests/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emission/integrationTests/docker-compose.yml b/emission/integrationTests/docker-compose.yml index 3bee1fa26..e07056da7 100644 --- a/emission/integrationTests/docker-compose.yml +++ b/emission/integrationTests/docker-compose.yml @@ -45,7 +45,7 @@ services: - PBF_URL=https://download.geofabrik.de/north-america/us/rhode-island-latest.osm.pbf - REPLICATION_URL=https://download.geofabrik.de/north-america/us/rhode-island-updates/ - IMPORT_WIKIPEDIA=false - - TEST_KEY=${TEST_KEY} + - TEST_KEY=$TEST_KEY ports: - "8080:8080" # healthcheck currently commented out, since it isn't necessary and keeps going the entire time the container is running.