Skip to content

Commit

Permalink
set bawe
Browse files Browse the repository at this point in the history
  • Loading branch information
rian committed Apr 12, 2024
1 parent ec1e9e8 commit 5313fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func TestMain(m *testing.M) {
if err := godotenv.Load(fmt.Sprintf(".env.%s", testEnv)); err != nil {
panic(fmt.Sprintf("Failed to load .env.%s, err: %s", testEnv, err))
}
base = os.Getenv("INTEGRATION_BASE")
}
os.Exit(m.Run())
}
Expand Down

0 comments on commit 5313fea

Please sign in to comment.