Skip to content

Commit

Permalink
Change the number from 58 to 59 as we install a new ConfigMap - RBAC …
Browse files Browse the repository at this point in the history
…for argocd

Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Nov 12, 2024
1 parent f31a08e commit c355ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/controllers/localbuild/argo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ func TestGetK8sInstallResources(t *testing.T) {
t.Fatalf("GetK8sInstallResources() error: %v", err)
}

if len(objs) != 58 {
t.Fatalf("Expected 58 Argo Install Resources, got: %d", len(objs))
if len(objs) != 59 {
t.Fatalf("Expected 59 Argo Install Resources, got: %d", len(objs))
}
}

Expand Down

0 comments on commit c355ba1

Please sign in to comment.