Skip to content

Commit

Permalink
remove slack
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Oct 1, 2024
1 parent 2792155 commit 75852c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provisioner/kong-api-gateway/provisioner_acc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func TestAccKongAPIGatewayProvisioner(t *testing.T) {
return fmt.Errorf("Unable to read %s", logfile)
}
logsString := string(logsBytes)
fmt.Println(logsString)

errorString := "\\[ERROR\\] Remote command exited with"
if matched, _ := regexp.MatchString(".*"+errorString+".*", logsString); matched {
Expand Down

0 comments on commit 75852c6

Please sign in to comment.