Remove field in e2e test data
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -74,7 +74,6 @@ func createTestDocument(t *testing.T, owner *testutil.Client) (docID string, doc
|
|||||||
"organizationId": owner.GetOrganizationID().String(),
|
"organizationId": owner.GetOrganizationID().String(),
|
||||||
"title": "Test Document",
|
"title": "Test Document",
|
||||||
"content": "Initial content",
|
"content": "Initial content",
|
||||||
"approverIds": []string{profileID},
|
|
||||||
"documentType": "POLICY",
|
"documentType": "POLICY",
|
||||||
"classification": "INTERNAL",
|
"classification": "INTERNAL",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user