From 4528b7cac43e8b84d73dc46c06f1041a21fb1b60 Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Wed, 25 Sep 2024 10:19:39 +0200 Subject: [PATCH] dropping stable var is now WARN instead of ERR --- e2e/tests-dfx/upgrade_check.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/tests-dfx/upgrade_check.bash b/e2e/tests-dfx/upgrade_check.bash index e4ba03f680..eb8d89e4e2 100644 --- a/e2e/tests-dfx/upgrade_check.bash +++ b/e2e/tests-dfx/upgrade_check.bash @@ -87,7 +87,7 @@ teardown() { jq '.canisters.hello_backend.main="v5.mo"' dfx.json | sponge dfx.json echo yes | ( assert_command dfx deploy - assert_match "Stable interface compatibility check issued an ERROR" + assert_match "Stable interface compatibility check issued a WARNING" ) assert_command dfx canister call hello_backend read '()' assert_match "(0 : int)"