You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/open_api_spex/test/test_assertions.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ defmodule OpenApiSpex.TestAssertions do
167
167
168
168
ifis_nil(resolved_schema)do
169
169
flunk(
170
-
"Failed to resolve schema! Unable to find a response for operation_id: #{operation_id} for response status code: #{conn.status} and content type #{content_type}"
170
+
"Failed to resolve schema! Unable to find a response schema for operation_id: #{operation_id} for status code: #{conn.status} and content type:#{content_type}"
"Failed to resolve schema! Unable to find a response schema for operation_id: showPetById for status code: 200 and content type: unexpected-content-type"
0 commit comments