Skip to content

Commit 3020467

Browse files
committed
fix formatting
1 parent 5db58e8 commit 3020467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,4 +529,4 @@ def my_route_f():
529529
url = f"{dash_duo.server_url}{app.config.requests_pathname_prefix}_dash_startup_route/{url}"
530530
response = requests.post(url)
531531
assert response.status_code == 200
532-
assert response.text == "hello"
532+
assert response.text == "hello"

0 commit comments

Comments
 (0)