We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349ab68 commit 204cd4bCopy full SHA for 204cd4b
crates/icp-cli/tests/canister_create_tests.rs
@@ -590,6 +590,7 @@ async fn canister_create_cloud_engine() {
590
.expect("no CloudEngine subnet found in topology");
591
592
// Create the canister on the CloudEngine subnet
593
+ // Only the admin can do this. In local envs, the admin is the anonymous principal
594
ctx.icp()
595
.current_dir(&project_dir)
596
.args([
crates/icp-cli/tests/deploy_tests.rs
@@ -654,6 +654,7 @@ async fn deploy_cloud_engine() {
654
655
656
// Deploy to the CloudEngine subnet
657
658
659
660
0 commit comments