We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d73a46 commit 97fee75Copy full SHA for 97fee75
ibm-mq-metrics/src/test/java/io/opentelemetry/ibm/mq/opentelemetry/ConfigWrapperTest.java
@@ -18,6 +18,7 @@ class ConfigWrapperTest {
18
String file;
19
20
@BeforeEach
21
+ @SuppressWarnings("SystemOut")
22
void setUp() {
23
file = ConfigWrapperTest.class.getResource("/conf/config.yml").getFile();
24
// Windows resources can contain a colon, which can't be mapped to a Path cleanly
0 commit comments