validate inputs

This commit is contained in:
Michael McGuinness
2024-12-23 16:49:53 +00:00
parent a54a70047b
commit 1a5fab87c6
223 changed files with 36539 additions and 643 deletions
-6
View File
@@ -32,12 +32,6 @@ func createContainer(t *testing.T, ctx context.Context, config containerConfig)
}
req := testcontainers.ContainerRequest{
//TODO
//FromDockerfile: testcontainers.FromDockerfile{
// Context: "../../..",
// Dockerfile: "build/package/queue/Dockerfile",
// KeepImage: true,
//},
Image: "gotemplate_queue:latest",
Env: map[string]string{
"QUEUE_URL": config.Queue.URL,
+1 -1
View File
@@ -32,5 +32,5 @@ func TestName(t *testing.T) {
Body: string(docJson),
})
assertMessageWait(t, ctx, queue, "DOCQUERY")
assertMessageWait(t, ctx, queue, "DOCTEXT") // Fails so send it back to the queue
}