Skip to content

Commit

Permalink
follow_redirects=True
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 3, 2024
1 parent 3cc5ad2 commit 2f94e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sora_disconnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def disconnect_connection_api(url: str, channel_id: str, connection_id: str) ->
"channel_id": channel_id,
"connection_id": connection_id,
}
return httpx.post(url, headers=headers, json=body)
return httpx.post(url, headers=headers, json=body, follow_redirects=True)


@pytest.mark.skipif(sys.platform != "linux", reason="linux でのみ実行する")
Expand Down

0 comments on commit 2f94e01

Please sign in to comment.