Skip to content

Commit ccb934d

Browse files
fix raw quotes
1 parent 33cb339 commit ccb934d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openapi3/origin_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,5 +469,6 @@ components:
469469
defer unsetIncludeOrigin()
470470

471471
_, err := loader.LoadFromData([]byte(data))
472-
require.Equal(t, "failed to unmarshal data: json error: invalid character 'p' looking for beginning of value, yaml error: error converting YAML to JSON: yaml: unmarshal errors:\n line 0: mapping key \"origin\" already defined at line 17", err.Error())
472+
require.Equal(t, `failed to unmarshal data: json error: invalid character 'p' looking for beginning of value, yaml error: error converting YAML to JSON: yaml: unmarshal errors:
473+
line 0: mapping key "origin" already defined at line 17`, err.Error())
473474
}

0 commit comments

Comments
 (0)