Skip to content

Commit

Permalink
set base (#561)
Browse files Browse the repository at this point in the history
set bawe

Co-authored-by: rian <rian@physics.ox.ac.uk>
  • Loading branch information
rianhughes and rian committed Apr 12, 2024
1 parent ec1e9e8 commit bb57abf
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 bb57abf

Please sign in to comment.