Merged in bugfix/pathstandard (pull request #146)
Change Path Separator * clientid
This commit is contained in:
@@ -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{}{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user