Merged in feature/doc_import (pull request #177)

integration of background processor

* integration part 1

* feature working

* fix mimetype issue
This commit is contained in:
Jay Brown
2025-08-20 19:01:13 +00:00
parent 7a693d42f5
commit 720a84be92
34 changed files with 2682 additions and 193 deletions
+2
View File
@@ -57,6 +57,8 @@ func CreateClientWithSync(t testing.TB, client queryapi.ClientWithResponsesInter
Id: "ID",
})
require.NoError(t, err)
require.NotNil(t, clientCreateRes.JSON201, "expected 201 response but got status %d", clientCreateRes.StatusCode())
require.NotEmpty(t, clientCreateRes.JSON201.Id, "client ID should not be empty")
canSync := true
_, err = client.UpdateClientWithResponse(t.Context(), clientCreateRes.JSON201.Id, queryapi.ClientUpdate{