Skip to content

Commit 9944bfe

Browse files
authored
update query test (dapr#263)
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
1 parent 2a7d306 commit 9944bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/state_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ func TestQueryState(t *testing.T) {
386386
})
387387

388388
t.Run("query data", func(t *testing.T) {
389-
query := `{"query": {}}`
389+
query := `{}`
390390
resp, err := testClient.QueryStateAlpha1(ctx, store, query, nil)
391391
assert.NoError(t, err)
392392
assert.Equal(t, 2, len(resp.Results))

0 commit comments

Comments
 (0)