Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! fix: Remove restic config from master branch
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Oliveira <[email protected]>
mateusoliveira43 committed Jan 3, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9b5f197 commit 6c5473d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/dpa_deployment_suite_test.go
Original file line number Diff line number Diff line change
@@ -379,7 +379,8 @@ var _ = ginkgo.Describe("Configuration testing for DPA Custom Resource", func()
}, "region for AWS backupstoragelocation not automatically discoverable. Please set the region in the backupstoragelocation config"),
ginkgo.Entry("DPA CR with restic config enabled", InstallCase{
DpaSpec: createTestDPASpec(TestDPASpec{
EnableRestic: true,
BSLSecretName: bslSecretName,
EnableRestic: true,
}),
}, "Delete restic object from spec.configuration, use spec.configuration.nodeAgent instead"),
)

0 comments on commit 6c5473d

Please sign in to comment.