Skip to content

Commit

Permalink
update naming again
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie McBride authored and Charlie McBride committed Jan 24, 2024
1 parent 474a614 commit e5ae623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pkg/environment/azure/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (env *Environment) Cleanup() {
}

func (env *Environment) AfterEach() {
fmt.Println("##[group] DEBUGGING: LOG DUMP")
fmt.Println("##[group] E2E SUITE: LOG DUMP")
defer fmt.Println("##[endgroup]")
env.Environment.AfterEach()
// Ensure we reset settings after collecting the controller logs
Expand Down

0 comments on commit e5ae623

Please sign in to comment.