Skip to content

Commit 0c7eed4

Browse files
marc0oloclaude
andcommitted
chore(examples): use test_key_1 instead of dfx_test_key in encrypted_chat tests
Consistent with the same change made to the backend canister tests in #365. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cfaf2ca commit 0c7eed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/encrypted_chat/rust/backend/tests/common

examples/encrypted_chat/rust/backend/tests/common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ impl TestEnvironment {
5353
pic.install_canister(
5454
canister_id,
5555
wasm_bytes,
56-
encode_one("dfx_test_key").unwrap(),
56+
encode_one("test_key_1").unwrap(),
5757
None,
5858
);
5959

0 commit comments

Comments
 (0)