fix: log on LISTEN notification
This commit is contained in:
committed by
Steve Chavez
parent
47b70b8329
commit
ee8b3ef8fe
@@ -421,6 +421,8 @@ def test_invalid_role_claim_key_notify_reload(defaultenv):
|
||||
with run(env=env) as postgrest:
|
||||
postgrest.session.post("/rpc/invalid_role_claim_key_reload")
|
||||
|
||||
output = postgrest.read_stdout()
|
||||
assert 'Received a config reload message on the "pgrst" channel' in output[0]
|
||||
output = postgrest.read_stdout()
|
||||
assert "failed to parse role-claim-key value" in output[0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user