Skip to content

Commit

Permalink
Merge branch version/0-43-0-RC1 to adopt changes from PR #2956
Browse files Browse the repository at this point in the history
  • Loading branch information
as-builds committed Dec 18, 2023
2 parents a627df4 + 3c19ee1 commit 9413ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/package_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -426,9 +426,9 @@ func (suite *PackageIntegrationTestSuite) TestJSON() {
defer ts.Close()

cp := ts.Spawn("search", "Text-CSV", "--exact-term", "--language", "Perl", "-o", "json")
cp.Expect(`[{"package":"Text-CSV"`)
cp.Expect(`"name":"Text-CSV"`)
cp.ExpectExitCode(0)
AssertValidJSON(suite.T(), cp)
//AssertValidJSON(suite.T(), cp) // currently too large to fit terminal window to validate

cp = ts.SpawnWithOpts(
e2e.OptArgs("checkout", "ActiveState-CLI/Packages-Perl", "."),
Expand Down

0 comments on commit 9413ef7

Please sign in to comment.