Skip to content

Commit 8a3a5b3

Browse files
always pull test container (#372)
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
1 parent 54ae76a commit 8a3a5b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fgax/testutils/container.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ func NewFGATestcontainer(ctx context.Context, opts ...Option) *OpenFGATestFixtur
118118
container,
119119
WithCustomizer(c.reuse, c.containerName, c.memory, c.cpu),
120120
testcontainers.WithEnv(c.envVars),
121+
testcontainers.WithAlwaysPull(),
121122
)
122123
if err != nil {
123124
log.Fatal().Err(err).Msg("failed to run openfga container")

0 commit comments

Comments
 (0)