Skip to content

Commit bdb8ac2

Browse files
committed
test
1 parent 3cf8ba6 commit bdb8ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ec2-genesis-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ID_2="$(openssl rand -hex 12)"
4747
W3C_TRACE_ID="${ID_1}${ID_2}"
4848
XRAY_TRACE_ID="Root=1-${ID_1}-${ID_2};Parent=$(openssl rand -hex 8);Sampled=1"
49-
BAGGAGE="session.id=test_session_$(openssl rand -hex 4)"
49+
BAGGAGE="test_session_$(openssl rand -hex 4)"
5050
echo "XRAY_TRACE_ID=${XRAY_TRACE_ID}" >> $GITHUB_ENV
5151
echo "W3C_TRACE_ID=${W3C_TRACE_ID}" >> $GITHUB_ENV
5252
echo "BAGGAGE=${BAGGAGE}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)