We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1049ce0 commit 9ff4dc4Copy full SHA for 9ff4dc4
1 file changed
core-api/src/envconfig.rs
@@ -1602,10 +1602,10 @@ address = "some-address"
1602
.env("TEMPORAL_NAMESPACE", "system-namespace")
1603
.output()
1604
.expect("Failed to execute subprocess test");
1605
-
+
1606
assert!(
1607
output.status.success(),
1608
- "Subprocess test failed:\nstdout: {}\nstderr: {}",
+ "Subprocess test failed:\nstdout: {}\nstderr: {}",
1609
String::from_utf8_lossy(&output.stdout),
1610
String::from_utf8_lossy(&output.stderr),
1611
);
0 commit comments