Skip to content

Commit

Permalink
chore: add log statement for test debugging (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr authored Feb 15, 2024
1 parent 0179dcc commit 2298c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions containers/containers.test.w
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ let httpGet = inflight (url: str?): str => {

test "access public url" {
let helloBody = httpGet(hello.publicUrl);
log(helloBody);
assert(helloBody.contains(message));

let echoBody = httpGet(echo.publicUrl);
Expand Down
4 changes: 2 additions & 2 deletions containers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2298c5a

Please sign in to comment.