This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Description
Describe the bug
When including this plugin in to a Capacitor project, the unit test fails when running from command line. Running the tests from within Android Studio is working.
To Reproduce
Steps to reproduce the behavior:
- Setup a base Capacitor project with Android platform added
- Add the capacitor-community-http plugin
- From the android directory of your project, run ./gradlew testDebugUnitTest
- See error

Expected behavior
The unit test should pass successfully