You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps it makes sense to split the tests that require DmessageBirdAccessKey and DmessageBirdMSISDN and move these to integration tests. While leaving the pure unit tests in place.
Situation:
According to the documentation at https://github.com/messagebird/java-rest-api/blob/master/README.md running the command
mvn test -Ptest -DmessageBirdAccessKey=[your access key] -DmessageBirdMSISDN=[your phone]
should run the tests, however the tests are skipped
The issue seems to come from the configuration under the default profile
default
false
Before changing this we need to ensure we don't break something else (such as builds)
The text was updated successfully, but these errors were encountered: