We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14cf6a commit 8c0d563Copy full SHA for 8c0d563
tests/fuzz/go.mod
@@ -3,3 +3,9 @@ module github.com/fluxcd/helm-controller/tests/fuzz
3
// with fuzz dependencies.
4
5
go 1.17
6
+
7
+// Overwrite with local replace to ensure tests run with current state.
8
+replace (
9
+ github.com/fluxcd/helm-controller/api => ../../api
10
+ github.com/fluxcd/helm-controller => ../../
11
+)
0 commit comments