mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
tests(integration): use same targeted platform for integration-tools image (#1275)
* Use same targeted platform integration-tools image @ integration tests * run make fmt
This commit is contained in:
@@ -69,7 +69,8 @@ func execCommandInIntegrationToolsContainer(ctx context.Context, cmd []string, p
|
||||
defer cancel()
|
||||
|
||||
req := testcontainers.ContainerRequest{
|
||||
Image: "gotenberg/integration-tools:latest",
|
||||
Image: "gotenberg/integration-tools:latest",
|
||||
ImagePlatform: GotenbergContainerPlatform,
|
||||
Files: []testcontainers.ContainerFile{
|
||||
{
|
||||
HostFilePath: path,
|
||||
|
||||
Reference in New Issue
Block a user