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
OpenTelemetryInstrumenterMojoTest > shouldInstrumentSampleApplication() FAILED
java.lang.AssertionError:
Expecting actual:
"Exception in thread "main" org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1]
at org.json.JSONTokener.syntaxError(JSONTokener.java:507)
at org.json.JSONObject.<init>(JSONObject.java:222)
at org.json.JSONObject.<init>(JSONObject.java:406)
at org.example.SingleGetter.makeCall(SingleGetter.java:37)
at org.example.SingleGetter.main(SingleGetter.java:20)
"
to contain:
"SUCCESS"
at io.opentelemetry.contrib.staticinstrumenter.plugin.maven.OpenTelemetryInstrumenterMojoTest.verifyApplicationByExampleRun(OpenTelemetryInstrumenterMojoTest.java:47)
at io.opentelemetry.contrib.staticinstrumenter.plugin.maven.OpenTelemetryInstrumenterMojoTest.shouldInstrumentSampleApplication(OpenTelemetryInstrumenterMojoTest.java:29)
The text was updated successfully, but these errors were encountered:
see example at https://github.com/open-telemetry/opentelemetry-java-contrib/actions/runs/12638416021/job/35214627397
The text was updated successfully, but these errors were encountered: