Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
katrogan committed May 19, 2022
1 parent c6c8561 commit 4fccab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func truncateAllTablesForTestingOnly() {
TruncateSchedulableEntities := fmt.Sprintf("TRUNCATE TABLE schedulable_entities;")
TruncateSchedulableEntitiesSnapshots := fmt.Sprintf("TRUNCATE TABLE schedule_entities_snapshots;")
ctx := context.Background()
db, err := repositories.GetDB(ctx, getLocalDbConfig(), getLoggerConfig())
db, err := repositories.GetDB(ctx, getDbConfig(), getLoggerConfig())
if err != nil {
logger.Fatal(ctx, "Failed to open DB connection due to %v", err)
}
Expand Down

0 comments on commit 4fccab5

Please sign in to comment.