Skip to content

Commit e816500

Browse files
committed
Update wizard_state.rs
1 parent 7179174 commit e816500

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/defguard_setup/tests/wizard_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async fn test_wizard_state_initial(_: PgPoolOptions, options: PgConnectOptions)
9393
.json()
9494
.await
9595
.expect("Failed to parse wizard state");
96-
assert_eq!(state["initial_setup_state"]["step"], "ca");
96+
assert_eq!(state["initial_setup_state"]["step"], "internal_url_settings");
9797

9898
let resp = client
9999
.post("/api/v1/initial_setup/ca")

0 commit comments

Comments
 (0)