Skip to content

Commit

Permalink
export env var
Browse files Browse the repository at this point in the history
  • Loading branch information
pinakipb2 committed Aug 3, 2024
1 parent 1d4aeef commit d81d314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smoke-test/cypress-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ source venv/bin/activate

export KAFKA_BROKER_CONTAINER="datahub-kafka-broker-1"
export KAFKA_BOOTSTRAP_SERVER="broker:9092"
export ELASTIC_ID_HASH_ALGO="MD5"
python -c 'from tests.cypress.integration_test import ingest_data; ingest_data()'

cd tests/cypress
Expand Down

0 comments on commit d81d314

Please sign in to comment.