Skip to content

Commit ea95544

Browse files
committed
update expected exception format
1 parent 84987dd commit ea95544

File tree

1 file changed

+1
-1
lines changed
  • tests/codegen/smoke-tests/src/test/kotlin/aws/sdk/kotlin/test/codegen/smoketest

1 file changed

+1
-1
lines changed

tests/codegen/smoke-tests/src/test/kotlin/aws/sdk/kotlin/test/codegen/smoketest/SmokeTestE2ETest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class SmokeTestE2ETest {
5555
assertContains(output, "not ok ExceptionService ExceptionTest - no error expected from service")
5656
assertContains(
5757
output,
58-
"#aws.smithy.kotlin.runtime.http.interceptors.SmokeTestsFailureException: Smoke test failed with HTTP status code: 400",
58+
"# aws.smithy.kotlin.runtime.http.interceptors.SmokeTestsFailureException: Smoke test failed with HTTP status code: 400",
5959
)
6060
}
6161

0 commit comments

Comments
 (0)