We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89dbb8 commit 4663146Copy full SHA for 4663146
pkg/aali_graphdb/client_test.go
@@ -76,6 +76,13 @@ func getTestClient(t *testing.T) *Client {
76
Consumers: []testcontainers.LogConsumer{&StdoutLogConsumer{}},
77
},
78
Env: env,
79
+ Files: []testcontainers.ContainerFile{
80
+ {
81
+ HostFilePath: t.TempDir(),
82
+ ContainerFilePath: "/data",
83
+ FileMode: 0o700,
84
+ },
85
86
}
87
aaliDbCont, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
88
ContainerRequest: req, Started: true,
0 commit comments