Skip to content

Commit

Permalink
Fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed May 16, 2024
1 parent 720088b commit 80bc9b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/integration_tests/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ fn install_canisters(env: &mut PocketIc, controller: Principal) -> CanisterIds {
governance_principals: vec![controller],
user_index_canister_id,
cycles_dispenser_canister_id,
internet_identity_canister_id: NNS_INTERNET_IDENTITY_CANISTER_ID,
sign_in_with_email_canister_id,
skip_captcha_whitelist: vec![NNS_INTERNET_IDENTITY_CANISTER_ID, sign_in_with_email_canister_id],
wasm_version: BuildVersion::min(),
test_mode: true,
};
Expand Down

0 comments on commit 80bc9b6

Please sign in to comment.