Skip to content

Commit f60f832

Browse files
author
Artur Ciocanu
committed
Fix Darp Testcontainer Configuration test
Signed-off-by: Artur Ciocanu <[email protected]>
1 parent 41680b6 commit f60f832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public void testConfigurationToYaml() {
4343
+ "kind: Configuration\n"
4444
+ "spec:\n"
4545
+ " tracing:\n"
46-
+ " stdout: true\n"
4746
+ " samplingRate: '1'\n"
47+
+ " stdout: true\n"
4848
+ " otel:\n"
4949
+ " endpointAddress: localhost:4317\n"
5050
+ " protocol: grpc\n"

0 commit comments

Comments
 (0)