Package: receptiviti Check: tests New result: ERROR Running ‘testthat.R’ [1s/12s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(receptiviti) > > test_check("receptiviti") Status: ERROR Message: URL is unreachable NULL [ FAIL 1 | WARN 0 | SKIP 2 | PASS 16 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • no API key (2): 'test-receptiviti.R:31:1', 'test-receptiviti_status.R:19:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-receptiviti_status.R:11:3'): failures works ────────────────── `invalid_message` (`actual`) not identical to "Message: 404" (`expected`). `actual`: "Message: URL is unreachable" `expected`: "Message: 404" [ FAIL 1 | WARN 0 | SKIP 2 | PASS 16 ] Error: Test failures Execution halted