Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Jun 23, 2024
1 parent 1c377d9 commit 5076173
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func TestWayback(t *testing.T) {
os.Setenv("WAYBACK_ENABLE_IS", "false")
os.Setenv("WAYBACK_ENABLE_IP", "false")
os.Setenv("WAYBACK_ENABLE_PH", "false")
os.Setenv("WAYBACK_ENABLE_GA", "false")

parser := config.NewParser()
opts, err := parser.ParseEnvironmentVariables()
Expand Down Expand Up @@ -60,6 +61,7 @@ func TestWaybackWithoutReduxer(t *testing.T) {
os.Setenv("WAYBACK_ENABLE_IS", "false")
os.Setenv("WAYBACK_ENABLE_IP", "false")
os.Setenv("WAYBACK_ENABLE_PH", "false")
os.Setenv("WAYBACK_ENABLE_GA", "false")
os.Setenv("WAYBACK_STORAGE_DIR", "")

parser := config.NewParser()
Expand Down

0 comments on commit 5076173

Please sign in to comment.