Skip to content

Commit c654194

Browse files
test: update incorrect test comments
Co-authored-by: Kepler Vital <[email protected]>
1 parent 2e165d8 commit c654194

File tree

1 file changed

+2
-2
lines changed
  • packages/ic-response-verification-tests/src

1 file changed

+2
-2
lines changed

packages/ic-response-verification-tests/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ async fn v2_test(canister_id: &str, agent: &Agent) -> Result<()> {
9393
"canisters/frontend/assets/hello/index.html",
9494
], // load hello/index.html when requesting full file path
9595
// *** /world.html ***
96-
["GET", "/world", "canisters/frontend/assets/world.html"], // load hello/index.html when requesting /hello
97-
["GET", "/world.html", "canisters/frontend/assets/world.html"], // load hello/index.html when requesting full file path
96+
["GET", "/world", "canisters/frontend/assets/world.html"], // load world/index.html when requesting /world
97+
["GET", "/world.html", "canisters/frontend/assets/world.html"], // load world.html when requesting full file path
9898
[
9999
"GET",
100100
"/sample-asset.txt",

0 commit comments

Comments
 (0)