From 1eb6d296a24f2c23ff022c562e6ff6eb83b16985 Mon Sep 17 00:00:00 2001 From: Brandon Date: Wed, 15 May 2024 09:14:44 -0500 Subject: [PATCH] Temporarily remove HTTP status checks from httpstat.us --- tests/testthat/test_utils_api_brapi.R | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/testthat/test_utils_api_brapi.R b/tests/testthat/test_utils_api_brapi.R index cd2f792..a24385f 100644 --- a/tests/testthat/test_utils_api_brapi.R +++ b/tests/testthat/test_utils_api_brapi.R @@ -22,11 +22,11 @@ test_that("BrAPI utitlity tests", { ) ) - # httResp - expect_true(is(httpResp(file.path(posControl4, 200)), "list")) - for (i in seq(200, 500, 100)) { - expect_equal(httpResp(file.path(posControl4, i))$status, i) - } + # # httResp + # expect_true(is(httpResp(file.path(posControl4, 200)), "list")) + # for (i in seq(200, 500, 100)) { + # expect_equal(httpResp(file.path(posControl4, i))$status, i) + # } # jsonToTibble expect_true(