Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avallete committed Oct 17, 2024
1 parent b93d5d8 commit 6d648e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ func TestLoadSeedPaths(t *testing.T) {
}

func TestLoadEnv(t *testing.T) {
t.Setenv("AUTH_JWT_SECRET", "test-secret")
t.Setenv("DB_ROOT_KEY", "test-root-key")
t.Setenv("SUPABASE_AUTH_JWT_SECRET", "test-secret")
t.Setenv("SUPABASE_DB_ROOT_KEY", "test-root-key")
config := NewConfig()
// Run test
err := config.loadFromEnv()
Expand Down

0 comments on commit 6d648e7

Please sign in to comment.