We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393d3ca commit e4beb1eCopy full SHA for e4beb1e
1 file changed
test/integration/auth_int_test.go
@@ -132,6 +132,7 @@ func (suite *AuthIntegrationTestSuite) TestAuth_InvalidToken() {
132
cp.ExpectExitCode(0)
133
cp.Expect("ActiveState CLI")
134
cp.Expect("Version")
135
+ ts.IgnoreLogErrors()
136
}
137
138
func TestAuthIntegrationTestSuite(t *testing.T) {
0 commit comments