Skip to content

Commit 9cc52cc

Browse files
liamkinnesoedirgo
authored andcommitted
fix non-existing rpc in schema test
error message has changed in newer postgrest version.
1 parent bfa240c commit 9cc52cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/multi_schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ async fn nonexisting_rpc_in_schema() -> Result<(), Box<dyn Error>> {
127127

128128
assert_eq!(
129129
body["message"],
130-
"function personal.nonexistent_procedure(param => text) does not exist"
130+
"Could not find the function personal.nonexistent_procedure(param) in the schema cache"
131131
);
132132

133133
Ok(())

0 commit comments

Comments
 (0)