We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7135a commit a065f9cCopy full SHA for a065f9c
tests/insecure_client_test.py
@@ -23,6 +23,7 @@
23
# docker run --rm -p 192.168.x.x:50051:50051 authzed/spicedb serve-testing
24
remote_host = "192.168.something.something"
25
26
+
27
@pytest.mark.remote_calls
28
async def test_normal_async_client_raises_error_on_insecure_remote_call(token):
29
with pytest.raises(grpc.RpcError):
0 commit comments