Skip to content

Commit

Permalink
Merge pull request superfly#2286 from superfly/fix/preflight-minmachi…
Browse files Browse the repository at this point in the history
…nesrunning

Fix preflight tests broke by min_machines_running change
  • Loading branch information
dangra authored May 16, 2023
2 parents 6d1a059 + 0555849 commit 0f13011
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/preflight/fly_launch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ func TestFlyLaunch_case01(t *testing.T) {
"primary_region": f.PrimaryRegion(),
"build": map[string]any{"image": "nginx"},
"http_service": map[string]any{
"force_https": true,
"internal_port": int64(8080),
"auto_stop_machines": true,
"auto_start_machines": true,
"force_https": true,
"internal_port": int64(8080),
"auto_stop_machines": true,
"auto_start_machines": true,
"min_machines_running": int64(0),
},
}
require.EqualValues(f, want, toml)
Expand Down

0 comments on commit 0f13011

Please sign in to comment.