Merged in feature/docresult (pull request #105)
Document Result Endpoint * testing * cleantesting * progress * query * lint * readme * dockerclient * api * passtest * tests * test
This commit is contained in:
@@ -42,7 +42,7 @@ func TestTrigger(t *testing.T) {
|
||||
svc := New(cfg)
|
||||
|
||||
clientId := uuid.New()
|
||||
docs := []document.Document{
|
||||
docs := []document.DocumentSummary{
|
||||
{
|
||||
ID: uuid.New(),
|
||||
ClientID: clientId,
|
||||
|
||||
Reference in New Issue
Block a user