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:
Andrea
2025-07-16 11:30:41 +02:00
committed by GitHub
parent 59a091e7dc
commit 3a71032d62

View File

@@ -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,