Skip to content

Commit

Permalink
Merge branch version/0-43-0-RC1 to adopt changes from PR #2957
Browse files Browse the repository at this point in the history
  • Loading branch information
as-builds committed Dec 18, 2023
2 parents 13985b6 + 5c9f569 commit 7a5ede6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/info_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (suite *InfoIntegrationTestSuite) TestJSON() {
cp.Expect(`"authors":`)
cp.Expect(`"versions":`)
cp.ExpectExitCode(0)
AssertValidJSON(suite.T(), cp)
//AssertValidJSON(suite.T(), cp)

cp = ts.Spawn("info", "[email protected]", "--language", "python", "--output", "editor")
cp.Expect(`"error":`)
Expand Down

0 comments on commit 7a5ede6

Please sign in to comment.