Skip to content

Commit

Permalink
Fix autoscaling tests with the default proportional autoscaler
Browse files Browse the repository at this point in the history
  • Loading branch information
solarkennedy committed Nov 20, 2017
1 parent 7c969c0 commit 6dde8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/autoscaling/test_autoscaling_service_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def test_autoscale_marathon_instance():
meteorite_dims = {
'service_name': 'fake-service',
'paasta_cluster': 'fake-cluster',
'decision_policy': 'pid',
'decision_policy': 'proportional',
'instance_name': 'fake-instance',
}
mock_meteorite.create_gauge.assert_called_once_with('paasta.service.autoscaler', meteorite_dims)
Expand Down

0 comments on commit 6dde8de

Please sign in to comment.