Skip to content

Commit

Permalink
Bot feedback: Inline controller
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Aug 5, 2024
1 parent 90e8958 commit 124879c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/tests/it/utils/pocketic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const BACKEND_WASM: &str = "../../target/wasm32-unknown-unknown/release/backend.
// Instead, we can use the master_ecdsa_public_key suffixed with the subnet ID. PocketID adds the suffix because it can have multiple subnets.
const SUBNET_ID: &str = "fscpm-uiaaa-aaaaa-aaaap-yai";

#[inline]
pub fn controller() -> Principal {
Principal::from_text(CONTROLLER)
.expect("Test setup error: Failed to parse controller principal")
Expand Down

0 comments on commit 124879c

Please sign in to comment.