Skip to content

Commit

Permalink
Fix name of test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
p-se committed Jul 9, 2024
1 parent ea76aad commit f979e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationtests/cli/cleanup/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (g *getter) GetNamespace() string {

func TestFleetCLICleanUp(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Fleet CLI Cleanup Suite")
RunSpecs(t, "GitJob Controller Suite")
}

var _ = BeforeSuite(func() {
Expand Down

0 comments on commit f979e7e

Please sign in to comment.