embucket-labs icon indicating copy to clipboard operation
embucket-labs copied to clipboard

`test_ui_databases_metastore_update_bug` test fails

Open ravlio opened this issue 4 months ago • 0 comments

Test fails

#[tokio::test]
#[allow(clippy::too_many_lines)]
#[should_panic(
    expected = "Failed to get error response: reqwest::Error { kind: Decode, source: Error(\"missing field `message`\", line: 1, column: 122) }"
)]

link: https://github.com/Embucket/embucket/blob/6bcc863e380eb68a9850d00fa50c9249ea9d8883/crates/api-ui/src/tests/databases.rs#L17

ravlio avatar Jul 29 '25 12:07 ravlio