We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0814562 commit 1483253Copy full SHA for 1483253
tests/test_client.mojo
@@ -21,7 +21,6 @@ fn test_mojo_client_lightbug_external_req(client: MojoClient) raises:
21
Header("Connection", "keep-alive"),
22
Header("Host", "httpbin.org")),
23
method="GET",
24
- protocol="GET",
25
)
26
27
try:
0 commit comments