Merged in feature/parallellogqueries (pull request #132)
Testing Tweaks * parallel * slowestquery * split * cleanup * health * dynamiccores * go * profile * timeout * commitmychanges * taskfile * sqlcheckstart * client * cost * ctxtimeout
This commit is contained in:
@@ -6,7 +6,6 @@ import (
|
||||
|
||||
"queryorchestration/internal/test"
|
||||
|
||||
"github.com/aws/aws-sdk-go-v2/service/textract"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
@@ -22,8 +21,3 @@ func TestAssertStringToReader(t *testing.T) {
|
||||
assert.True(t, mockT.Failed())
|
||||
})
|
||||
}
|
||||
|
||||
func TestGetTextractFileResponse(t *testing.T) {
|
||||
out := test.GetTextractFileResponse(t, "../../assets/textract/helloWorld.gen")
|
||||
assert.IsType(t, []map[string]*textract.AnalyzeDocumentOutput{}, out)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user