Skip to content

Commit 6ea7178

Browse files
committed
Corrected test to use valid publish format
1 parent 56f0b96 commit 6ea7178

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

crates/smoketests/tests/smoketests/cli/publish.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,7 @@ fn cli_publish_with_config_but_no_match_uses_cli_args() {
223223

224224
// Create a config with a different database name
225225
let config_content = r#"{
226-
"publish": {
227-
"database": "config-db-name"
228-
}
226+
"database": "config-db-name"
229227
}"#;
230228
std::fs::write(module_dir.join("spacetime.json"), config_content).expect("failed to write config");
231229

0 commit comments

Comments
 (0)