Skip to content

Commit 4513aaf

Browse files
committed
Correcting docstring
1 parent 1f05b8e commit 4513aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytest/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_workbench_kwargs_if_url_set():
4040

4141
def test_workbench_kwargs_if_url_not_set():
4242
"""
43-
Test that the `ws_per_message_deflate` kwarg is not changed if the RS_SERVER_URL and RS_SESSION_URL environment variables are not set are set.
43+
Test that the `ws_per_message_deflate` kwarg is not changed if the RS_SERVER_URL and RS_SESSION_URL environment variables are not set.
4444
"""
4545
kwargs = {
4646
"ws_per_message_deflate": True,

0 commit comments

Comments
 (0)