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 89eae60 commit 540908eCopy full SHA for 540908e
test/io/test_io.py
@@ -1001,6 +1001,12 @@ def test_role_settings(defaultenv):
1001
)
1002
assert response.text == '"10s"'
1003
1004
+ # reset statement timeout to original value
1005
+ response = postgrest.session.post(
1006
+ "/rpc/change_role_statement_timeout", data={"timeout": "2s"}
1007
+ )
1008
+ assert response.status_code == 204
1009
+
1010
1011
def test_isolation_level(defaultenv):
1012
"isolation_level should be set per role and per function"
0 commit comments