Skip to content

Commit 91903b8

Browse files
authored
Update scripts/tracecontext-integration-test.sh
1 parent 4d6f519 commit 91903b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/tracecontext-integration-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ cd ./target/trace-context/test
3030
# W3C are planning to include flags for optional features in the test suite.
3131
# https://github.com/w3c/trace-context/issues/529
3232
# FIXME: update test to use flags for optional features when available.
33-
python test.py http://127.0.0.1:5000/verify-tracecontext -k "not test_tracestate_duplicated_keys"
33+
export SERVICE_ENDPOINT=http://127.0.0.1:5000/verify-tracecontext
34+
pytest -k 'not test_tracestate_duplicated_keys'

0 commit comments

Comments
 (0)