We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6f519 commit 91903b8Copy full SHA for 91903b8
scripts/tracecontext-integration-test.sh
@@ -30,4 +30,5 @@ cd ./target/trace-context/test
30
# W3C are planning to include flags for optional features in the test suite.
31
# https://github.com/w3c/trace-context/issues/529
32
# 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"
+export SERVICE_ENDPOINT=http://127.0.0.1:5000/verify-tracecontext
34
+pytest -k 'not test_tracestate_duplicated_keys'
0 commit comments