Skip to content

Commit df83d81

Browse files
committed
Fixed a small imperfection in test
1 parent ebe3e4d commit df83d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integrationtest/core/core_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func TestCoreSearch(t *testing.T) {
101101

102102
checkPlatformIsInJSONOutput := func(stdout []byte, id, version string) {
103103
jqquery := fmt.Sprintf(`{"platforms":[{id:"%s", releases:{"%s":{}}}]}`, id, version)
104-
requirejson.Contains(t, out, jqquery, "platform %s@%s is missing from the output", id, version)
104+
requirejson.Contains(t, stdout, jqquery, "platform %s@%s is missing from the output", id, version)
105105
}
106106

107107
// Search all Retrokit platforms

0 commit comments

Comments
 (0)