Skip to content

Commit 9303992

Browse files
authored
Merge release/0.1.0-preview14 into master
2 parents 2538dae + 1e0437f commit 9303992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="sentry-sdk",
15-
version="0.1.0-preview13",
15+
version="0.1.0-preview14",
1616
author="Sentry Team and Contributors",
1717
author_email="[email protected]",
1818
url="https://github.com/getsentry/sentry-python",

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def callback(scope):
133133

134134
def test_transport_works(httpserver, request, capsys):
135135
httpserver.serve_content("ok", 200)
136-
with init("http://foobar@{}/123".format(httpserver.url[len("http://"):])):
136+
with init("http://foobar@{}/123".format(httpserver.url[len("http://") :])):
137137
capture_message("lol")
138138

139139
request.addfinalizer(lambda: Hub.current.bind_client(None))

0 commit comments

Comments
 (0)