mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 12:42:16 +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()
|
defer cancel()
|
||||||
|
|
||||||
req := testcontainers.ContainerRequest{
|
req := testcontainers.ContainerRequest{
|
||||||
Image: "gotenberg/integration-tools:latest",
|
Image: "gotenberg/integration-tools:latest",
|
||||||
|
ImagePlatform: GotenbergContainerPlatform,
|
||||||
Files: []testcontainers.ContainerFile{
|
Files: []testcontainers.ContainerFile{
|
||||||
{
|
{
|
||||||
HostFilePath: path,
|
HostFilePath: path,
|
||||||
|
|||||||
Reference in New Issue
Block a user