Skip to content

Commit 5ad9629

Browse files
author
Artur Ciocanu
committed
Fix Configuration test
Signed-off-by: Artur Ciocanu <[email protected]>
1 parent 67f3f9f commit 5ad9629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testcontainers-dapr/src/test/java/io/dapr/testcontainers/converter/ConfigurationYamlConverterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public void testConfigurationToYaml() {
4949
+ " stdout: true\n"
5050
+ " otel:\n"
5151
+ " endpointAddress: localhost:4317\n"
52-
+ " protocol: grpc\n"
53-
+ " isSecure: false\n";
52+
+ " isSecure: false\n"
53+
+ " protocol: grpc\n";
5454

5555
assertEquals(expectedConfigurationYaml, configurationYaml);
5656
}

0 commit comments

Comments
 (0)