Skip to content

Commit 4820f8f

Browse files
committed
Chore: Fix test case because https://example.org/ responds differently
1 parent c6892d5 commit 4820f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/by-example/http.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ When connecting to non-CrateDB servers, the HttpClient will raise a ConnectionEr
228228
>>> http_client.server_infos(http_client._get_server())
229229
Traceback (most recent call last):
230230
...
231-
crate.client.exceptions.ProgrammingError: Invalid server response of content-type 'text/html; charset=UTF-8':
231+
crate.client.exceptions.ProgrammingError: Invalid server response of content-type 'text/html':
232232
...
233233
>>> http_client.close()
234234

0 commit comments

Comments
 (0)