Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BK1031 committed May 3, 2024
1 parent 5009638 commit d0d6e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingest/service/vehicle_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func TestMain(m *testing.M) {
if err := mysqlContainer.Terminate(ctx); err != nil {
utils.SugarLogger.Fatalf("failed to terminate container: %s", err)
}
utils.SugarLogger.Info("container terminated")
}()
//name, err := mysqlContainer.Name(ctx)
//config.DatabaseHost = name
Expand Down

0 comments on commit d0d6e28

Please sign in to comment.