This commit is contained in:
2026-08-17 21:20:45 +02:00
parent 321f11e817
commit 6fcdc74843
157 changed files with 2895 additions and 7544 deletions
@@ -154,9 +154,9 @@ func TestV1OpenAPIIncludesProcessAndFeeds(t *testing.T) {
"raw_product_ids",
"items[].ean",
"process_id",
"LegacyStartProcessByEAN",
"StartProcessByEAN",
"StartProcessByRawIDs",
"LegacyProcessCompleted",
"ProcessCompletedExample",
"X-API-Key",
"https://descrybe.io/api/v1",
"BearerAuth",
@@ -185,7 +185,7 @@ func TestV1OpenAPIIncludesProcessAndFeeds(t *testing.T) {
"CSRFHeader",
"code: unauthorized",
"message: Unauthorized",
"legacy envelope",
"coded envelope",
"/process/{id}/retry:",
} {
if !strings.Contains(body, needle) {