Skip to content

Commit 4d6db1d

Browse files
committed
Fix archive config integration test
1 parent 378226f commit 4d6db1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/internet_identity/tests/integration/config/archive_config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ fn should_retain_config() {
146146
)
147147
.unwrap();
148148
assert_eq!(
149-
api::config(&env, canister_id).unwrap().related_origins,
150-
config.related_origins
149+
api::config(&env, canister_id).unwrap().archive_config,
150+
config.archive_config
151151
);
152152
}
153153
}

0 commit comments

Comments
 (0)