When including package in maven execution goal section of fmp, the following error occurs:
[ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 125.511 s <<< FAILURE! - in io.openshift.example.OpenShiftIT
[ERROR] testBThatWeServeAsExpected(io.openshift.example.OpenShiftIT) Time elapsed: 0.665 s <<< FAILURE!
java.lang.AssertionError:
1 expectation failed.
JSON path content doesn't match.
Expected: Hello World from a ConfigMap!
Actual: no config map
at io.openshift.example.OpenShiftIT.testBThatWeServeAsExpected(OpenShiftIT.java:54)