validate inputs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user