Skip to content

Commit

Permalink
Issue argoproj#22: Gateway Improvement
Browse files Browse the repository at this point in the history
- Fix the platform unit test case
  • Loading branch information
Tianhe Zhang committed Aug 29, 2017
1 parent d9a8bfb commit 9c33ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/tests/kubeobject/test_kube_obj_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def test_gateway_svc_info():
assert dep.replica == 1
assert not dep.svc_elb
assert not dep.extra_poll
assert dep.usage == (350, 700, 0, 0)
assert dep.usage == (200, 300, 0, 0)


def test_axops_info():
Expand Down

0 comments on commit 9c33ad0

Please sign in to comment.