Skip to content

Commit

Permalink
fix: DomainLabelTooLong in boundary_node_integration_on_playnet_test
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandijk committed Aug 3, 2024
1 parent d0fc679 commit a611e34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rs/tests/boundary_nodes/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TEST_CANISTERS_RUNTIME_DEPS = [
]

system_test_nns(
name = "boundary_node_integration_test",
name = "boundary_node_intgrtn_test",
env = {
"KV_STORE_WASM_PATH": "$(rootpath //rs/tests/test_canisters/kv_store)",
"HTTP_COUNTER_WASM_PATH": "$(rootpath //rs/tests/test_canisters/http_counter)",
Expand All @@ -29,7 +29,7 @@ system_test_nns(
)

system_test_nns(
name = "boundary_node_integration_on_playnet_test",
name = "boundary_node_intgrtn_on_playnet_test",
env = {
"KV_STORE_WASM_PATH": "$(rootpath //rs/tests/test_canisters/kv_store)",
"HTTP_COUNTER_WASM_PATH": "$(rootpath //rs/tests/test_canisters/http_counter)",
Expand Down

0 comments on commit a611e34

Please sign in to comment.