Skip to content

Commit

Permalink
ci: isolate version-string from formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus authored Sep 23, 2024
1 parent 811b9cd commit 168d1dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_integration_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@

pytestmark = pytest.mark.skipif(not has_http, reason="tests need http")

# fmt: off
auth_header = (
"Sentry sentry_key=uiaeosnrtdy, sentry_version=7, sentry_client=sentry.native/0.7.10"
)
# fmt: on


@pytest.mark.parametrize(
Expand Down

0 comments on commit 168d1dd

Please sign in to comment.