Skip to content

Commit 839c258

Browse files
authored
Merge pull request kubernetes-csi#109 from NetApp/list-snapshot-nexttoken
Remove bad assertion in ListSnapshots test
2 parents a00a720 + 99bbb95 commit 839c258

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@
1111
*.out
1212
bin/mock
1313
cmd/csi-sanity/csi-sanity
14+
15+
# JetBrains GoLand
16+
.idea

pkg/sanity/controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,6 @@ var _ = DescribeSanity("ListSnapshots [Controller Server]", func(sc *SanityConte
13491349

13501350
nextToken := snapshots.GetNextToken()
13511351

1352-
Expect(nextToken).To(Equal(strconv.Itoa(maxEntries)))
13531352
Expect(len(snapshots.GetEntries())).To(Equal(maxEntries))
13541353

13551354
// Request list snapshots with starting_token and no max entries.

0 commit comments

Comments
 (0)