Skip to content

Commit

Permalink
Refactor config integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-snake committed Jan 17, 2025
1 parent 68b7467 commit aa91158
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/internet_identity/tests/integration/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@ fn should_update_related_origins() -> Result<(), CallError> {
..DEFAULT_CONFIG
};

// Check if related origins are installed correctly
install_and_assert(&env, &config_1)?;
install_and_assert(&env, &config_2)?;
install_and_assert(&env, &disabled_config)?;

// Check if related origins are updated and then untouched
let canister_id_1 = install_and_assert(&env, &config_1)?;
upgrade_and_assert(&env, canister_id_1, &config_2, &config_2)?;
Expand Down Expand Up @@ -209,11 +204,6 @@ fn should_update_openid_google() -> Result<(), CallError> {
..DEFAULT_CONFIG
};

// Check if open id config is installed correctly
install_and_assert(&env, &config_1)?;
install_and_assert(&env, &config_2)?;
install_and_assert(&env, &disabled_config)?;

// Check if open id config is updated and then untouched
let canister_id_1 = install_and_assert(&env, &config_1)?;
upgrade_and_assert(&env, canister_id_1, &config_2, &config_2)?;
Expand Down

0 comments on commit aa91158

Please sign in to comment.