mirror of https://github.com/go-redis/redis.git
Remove jsonGet from Enterprise tests
This commit is contained in:
parent
8de66299e1
commit
758180c035
|
@ -242,7 +242,7 @@ var _ = Describe("JSON Commands", Label("json"), func() {
|
|||
Expect(cmd.Val()).To(Equal("OK"))
|
||||
})
|
||||
|
||||
It("should JSONGet", Label("json.get", "json"), func() {
|
||||
It("should JSONGet", Label("json.get", "json", "NonRedisEnterprise"), func() {
|
||||
res, err := client.JSONSet(ctx, "get3", "$", `{"a": 1, "b": 2}`).Result()
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
Expect(res).To(Equal("OK"))
|
||||
|
|
Loading…
Reference in New Issue