Skip to content

Commit 4a7304f

Browse files
authored
Merge branch 'master' into antonpirker/types
2 parents 144baaf + c361337 commit 4a7304f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def test_logs_attributes(sentry_init, capture_envelopes):
186186
assert "sentry.release" in logs[0]["attributes"]
187187
assert logs[0]["attributes"]["sentry.message.parameters.my_var"] == "some value"
188188
assert logs[0]["attributes"][SPANDATA.SERVER_ADDRESS] == "test-server"
189-
assert logs[0]["attributes"]["sentry.sdk.name"] == "sentry.python"
189+
assert logs[0]["attributes"]["sentry.sdk.name"].startswith("sentry.python")
190190
assert logs[0]["attributes"]["sentry.sdk.version"] == VERSION
191191

192192

0 commit comments

Comments
 (0)