Merged in bugfix/pathstandard (pull request #146)

Change Path Separator

* clientid
This commit is contained in:
Michael McGuinness
2025-05-20 17:00:50 +00:00
parent 61d12bf8df
commit 731b68e4af
3 changed files with 99 additions and 28 deletions
+2
View File
@@ -129,6 +129,7 @@ func CreateMockExpectation(t testing.TB, server *MockServer, expectation MockExp
func CreateDetectDocumentTextExpectation(t testing.TB, mockServer *MockServer, body string) MockExpectation {
childId := uuid.NewString()
pageId := uuid.NewString()
expectation := MockExpectation{
Request: MockRequest{
Method: "POST",
@@ -150,6 +151,7 @@ func CreateDetectDocumentTextExpectation(t testing.TB, mockServer *MockServer, b
Body: map[string]interface{}{
"Blocks": []map[string]interface{}{
{
"Id": pageId,
"BlockType": "PAGE",
"Relationships": []map[string]interface{}{
{