Skip to content

Commit 9839ede

Browse files
Fix sample selection bug
1 parent c9ce259 commit 9839ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/internal/controllers/samples_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func Test_Samples_CreationAndDeletion(t *testing.T) {
5353

5454
g := NewGomegaWithT(t)
5555

56-
regex, err := regexp.Compile("^v1(api|beta)?[a-z0-9]*$")
56+
regex, err := regexp.Compile("^v(1api)?[a-z0-9]*$")
5757
g.Expect(err).To(BeNil())
5858

5959
_ = filepath.WalkDir(samplesPath,

0 commit comments

Comments
 (0)