Skip to content

Commit

Permalink
remove test relying on S3 access
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryTravis committed Sep 27, 2023
1 parent c690559 commit f0d3653
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/Tests/src/Network/Http_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,6 @@ spec =
}
response . should_equal expected_response

Test.specify "Can perform a GET with a file response" <|
f = enso_project.data / "spreadsheet.xls"
f.delete_if_exists
url = "https://enso-data-samples.s3.us-west-1.amazonaws.com/spreadsheet.xls"
Data.fetch url . body . to_file f
f.size . should_equal 7168
f.delete
f.exists.should_be_false

Test.specify "Can perform a HEAD" <|
response = Data.fetch url_head method=HTTP_Method.Head
response.code.code . should_equal 200
Expand Down

0 comments on commit f0d3653

Please sign in to comment.