synctest
This commit is contained in:
@@ -32,7 +32,7 @@ func createContainer(t *testing.T, ctx context.Context, config containerConfig)
|
||||
}
|
||||
|
||||
req := testcontainers.ContainerRequest{
|
||||
Image: "gotemplate_queue:latest",
|
||||
Image: "queryorchestration_queue:latest",
|
||||
Env: map[string]string{
|
||||
"QUEUE_URL": config.Queue.URL,
|
||||
"AWS_DEFAULT_REGION": config.Queue.Region,
|
||||
@@ -178,7 +178,7 @@ func createDB(t *testing.T, ctx context.Context, network *testcontainers.DockerN
|
||||
}
|
||||
|
||||
config := dbConfig{
|
||||
Name: "gotemplate",
|
||||
Name: "queryorchestration",
|
||||
Password: "pass",
|
||||
User: "postgres",
|
||||
Port: port.Int(),
|
||||
|
||||
Reference in New Issue
Block a user