Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Abhradeep Chakraborty <[email protected]>
  • Loading branch information
Abhra303 committed Nov 9, 2024
1 parent b9f92f7 commit 3d4e576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/dragonfly_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,8 @@ user john on #0c8e2b662f1c0f1 -@all +@string +hset
Expect(err).To(BeNil())
Expect(result).To(HaveLen(2))
Expect(result).To(ContainElements(
"user default on nopass ~* +@all",
"user john on #0c8e2b662f1c0f -@all +@string +hset",
"user default on nopass ~* resetchannels +@all",
"user john on #0c8e2b662f1c0f resetchannels -@all +@string +hset",
))
})
It("Cleanup", func() {
Expand Down

0 comments on commit 3d4e576

Please sign in to comment.