Skip to content

Commit

Permalink
this was supposed to be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Sep 16, 2024
1 parent ed2b9c9 commit d26aaf3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions e2e/tests-dfx/canister_http_adapter.bash
Original file line number Diff line number Diff line change
Expand Up @@ -202,16 +202,3 @@ set_shared_local_network_canister_http_empty() {
assert_command dfx start --background --verbose
assert_match "log level: Critical"
}

@test "can query a website" {
dfx_start

dfx_new
install_asset canister_http

dfx deploy

assert_command dfx canister call e2e_project_backend get_url '("www.githubstatus.com:443","https://www.githubstatus.com:443")'
assert_contains "Git Operations"
assert_contains "API Requests"
}

0 comments on commit d26aaf3

Please sign in to comment.