diff --git a/hintr.Rproj b/hintr.Rproj index cba1b6b7..40433a31 100644 --- a/hintr.Rproj +++ b/hintr.Rproj @@ -1,4 +1,5 @@ Version: 1.0 +ProjectId: b7f68c42-2538-4278-ac41-c26bd843db36 RestoreWorkspace: No SaveWorkspace: No diff --git a/tests/testthat/test-prerun.R b/tests/testthat/test-prerun.R index f6f98b1e..0ce99773 100644 --- a/tests/testthat/test-prerun.R +++ b/tests/testthat/test-prerun.R @@ -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) })