remove dead code

This commit is contained in:
2025-04-18 19:38:45 +02:00
parent 6fcc5eb646
commit 07a7f7fbb8

View File

@@ -56,11 +56,9 @@ func TestIntegration(t *testing.T) {
memgraphHost, err := memgraphC.ContainerIP(t.Context())
require.NoError(t, err)
// memgraphPort, err := memgraphC.MappedPort(t.Context(), "7687/tcp")
// require.NoError(t, err)
memgraphURI := "bolt://" + memgraphHost + ":7687" // + memgraphPort.Port()
govet
DBAdapterReq := testcontainers.ContainerRequest{
FromDockerfile: testcontainers.FromDockerfile{
Context: "./",