Skip to content

Commit

Permalink
Update prerun test to work with updated example site
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Jan 29, 2025
1 parent 17d042f commit 531aed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hintr.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: b7f68c42-2538-4278-ac41-c26bd843db36

RestoreWorkspace: No
SaveWorkspace: No
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-prerun.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test_that("error returned if httr request fails", {
expect_error(
hintr_submit_prerun(prerun_inputs, mock_model, mock_calibrate,
"https://example.com", port = NULL),
"Method Not Allowed (HTTP 405)",
"Forbidden (HTTP 403)",
fixed = TRUE)
})

Expand Down

0 comments on commit 531aed0

Please sign in to comment.