Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
boetro committed Nov 7, 2023
1 parent 4807375 commit 6951b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildflow/core/app/runtime/autoscaler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def test_scale_down_to_min_options_replicas(
enable_autoscaler=True,
min_replicas=2,
max_replicas=100,
num_replicas=1,
num_replicas=3,
)
logging
rec_replicas = autoscaler.calculate_target_num_replicas(
Expand Down

0 comments on commit 6951b07

Please sign in to comment.