Remove field in e2e test data

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-30 12:18:30 +04:00
parent 0a0b01fa05
commit fe5a7304ec

View File

@@ -74,7 +74,6 @@ func createTestDocument(t *testing.T, owner *testutil.Client) (docID string, doc
"organizationId": owner.GetOrganizationID().String(),
"title": "Test Document",
"content": "Initial content",
"approverIds": []string{profileID},
"documentType": "POLICY",
"classification": "INTERNAL",
},