From d23f24429219528293ec679f79cf40744bda05aa Mon Sep 17 00:00:00 2001 From: Shirshanka Das Date: Sat, 7 Sep 2024 22:47:22 -0700 Subject: [PATCH] add env variable --- smoke-test/smoke.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/smoke-test/smoke.sh b/smoke-test/smoke.sh index 1982a43b..bfac3715 100755 --- a/smoke-test/smoke.sh +++ b/smoke-test/smoke.sh @@ -28,5 +28,7 @@ else fi # set environment variables for the test +export DATAHUB_GMS_URL=http://localhost:8080 + # source ./set-test-env-vars.sh pytest -rP --durations=20 -vv --continue-on-collection-errors --junit-xml=junit.smoke.xml