Skip to content

Commit 324999a

Browse files
committed
ensure tests pass offline
1 parent 533754d commit 324999a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ nanotestnn(put1$raw)
246246
nanotestnn(put1$data)
247247
put2 <- ncurl("http://httpbin.org/put", async = TRUE, method = "PUT", headers = list(Authorization = "Bearer token"), response = list("date", "server"))
248248
put2
249-
nanotest(is.list(call_aio(put2)$headers))
249+
nanotest(is.integer(call_aio(put2)$status))
250250
nanotest(is.null(stop_aio(put2)))
251251
nanotest(is_error_value(ncurl("http")$raw))
252252
nanotest(is_error_value(ncurl("http", async = TRUE)$data))

0 commit comments

Comments
 (0)