Skip to content

Commit

Permalink
bruh i need to be freed
Browse files Browse the repository at this point in the history
  • Loading branch information
BK1031 committed May 3, 2024
1 parent 843a26c commit 5009638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ingest/service/vehicle_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ func TestMain(m *testing.M) {
utils.SugarLogger.Fatalf("failed to terminate container: %s", err)
}
}()
name, err := mysqlContainer.Name(ctx)
config.DatabaseHost = name
//name, err := mysqlContainer.Name(ctx)
//config.DatabaseHost = name
s, err := mysqlContainer.ConnectionString(ctx)
println(s)

Expand Down

0 comments on commit 5009638

Please sign in to comment.