We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4300ab1 commit 06bca8cCopy full SHA for 06bca8c
1 file changed
cmd/kosli/attestSonar_test.go
@@ -282,6 +282,6 @@ func (suite *AttestSonarQubeCommandTestSuite) TestAttestSonarQubeCmd() {
282
// In order for 'go test' to run this suite, we need to create
283
// a normal test function and pass our suite to suite.Run
284
func TestAttestSonarCommandTestSuite(t *testing.T) {
285
- //suite.Run(t, new(AttestSonarCommandTestSuite)) // Commented out since they currently fail Tore Hagen 2025.09.30
+ suite.Run(t, new(AttestSonarCommandTestSuite))
286
suite.Run(t, new(AttestSonarQubeCommandTestSuite))
287
}
0 commit comments