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 ff6c07f commit 32d357eCopy full SHA for 32d357e
test/e2e/memcached_test.go
@@ -93,6 +93,8 @@ func TestMemcached(t *testing.T) {
93
// and comment out the current branch.
94
branchRe := regexp.MustCompile("([ ]+)(.+#osdk_branch_annotation)")
95
gopkg = branchRe.ReplaceAll(gopkg, []byte("$1# $2"))
96
+ versionRe := regexp.MustCompile("([ ]+)(.+#osdk_version_annotation)")
97
+ gopkg = versionRe.ReplaceAll(gopkg, []byte("$1# $2"))
98
// Plug in the fork to test against so `dep ensure` can resolve dependencies
99
// correctly.
100
gopkgString := string(gopkg)
0 commit comments