From fe5a7304eccce2a55c1d53e79eb0ccd92754eec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Mon, 30 Mar 2026 12:18:30 +0400 Subject: [PATCH] Remove field in e2e test data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- e2e/console/document_version_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e/console/document_version_test.go b/e2e/console/document_version_test.go index 694a42326..0f83e6b02 100644 --- a/e2e/console/document_version_test.go +++ b/e2e/console/document_version_test.go @@ -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", },