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 84987dd commit ea95544Copy full SHA for ea95544
tests/codegen/smoke-tests/src/test/kotlin/aws/sdk/kotlin/test/codegen/smoketest/SmokeTestE2ETest.kt
@@ -55,7 +55,7 @@ class SmokeTestE2ETest {
55
assertContains(output, "not ok ExceptionService ExceptionTest - no error expected from service")
56
assertContains(
57
output,
58
- "#aws.smithy.kotlin.runtime.http.interceptors.SmokeTestsFailureException: Smoke test failed with HTTP status code: 400",
+ "# aws.smithy.kotlin.runtime.http.interceptors.SmokeTestsFailureException: Smoke test failed with HTTP status code: 400",
59
)
60
}
61
0 commit comments