Skip to content

Commit

Permalink
fix binding list test (#1317)
Browse files Browse the repository at this point in the history
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
  • Loading branch information
rainfd and dapr-bot authored Dec 14, 2021
1 parent 3fcf50c commit 870fedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conformance/bindings/bindings.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func ConformanceTests(t *testing.T, props map[string]string, inputBinding bindin
t.Run("list", func(t *testing.T) {
testLogger.Info("List test running ...")
req := config.createInvokeRequest()
req.Operation = bindings.GetOperation
req.Operation = bindings.ListOperation
_, err := outputBinding.Invoke(&req)
assert.NoError(t, err, "expected no error invoking output binding")
testLogger.Info("List test done.")
Expand Down

0 comments on commit 870fedb

Please sign in to comment.