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
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:
Expected behavior The unit test should pass successfully