Skip to content

Commit

Permalink
fix: needed to fix up the unit test now the extra bracket is working
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Sep 3, 2024
1 parent 9640ec2 commit a89872f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/configuration/reconcile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,7 @@ terraform {
})

It("should have a provider.tf.json", func() {
expected := "{\n \"provider\": {\n \"aws\": {}\n }\n"
expected := "{\n \"provider\": {\n \"aws\": {}\n }\n}\n"
secret := &v1.Secret{}
secret.Namespace = ctrl.ControllerNamespace
secret.Name = configuration.GetTerraformConfigSecretName()
Expand Down

0 comments on commit a89872f

Please sign in to comment.