4126: when parameter is a hash, use it as value if nothing else matches.
[arvados.git] / services / keepstore / handler_test.go
index 53f24cf3a878090917dbd7fb97c2799c95ae4e59..0829ce9f92eebfbc7ab77ee78eb4730f36050441 100644 (file)
@@ -669,6 +669,8 @@ func TestPullHandler(t *testing.T) {
                        t.Errorf("item %v could not be parsed as a PullRequest", item)
                }
        }
+
+       expectChannelEmpty(t, pullq.NextItem)
 }
 
 // TestTrashHandler
@@ -772,6 +774,8 @@ func TestTrashHandler(t *testing.T) {
                        t.Errorf("item %v could not be parsed as a TrashRequest", item)
                }
        }
+
+       expectChannelEmpty(t, trashq.NextItem)
 }
 
 // ====================