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 eae4c74 commit 8317224Copy full SHA for 8317224
tests/multi_schema.rs
@@ -48,7 +48,7 @@ async fn write_other_schema() -> Result<(), Box<dyn Error>> {
48
let body = resp.text().await?;
49
let body = json::parse(&body)?;
50
51
- assert_eq!(body[0]["status"], "ONLINE");
+ assert_eq!(body[0]["status"], "OFFLINE");
52
53
let other_client = Postgrest::new(REST_URL).schema("personal");
54
let other_resp = other_client
0 commit comments