Skip to content

Commit

Permalink
Remove the svcmgr push nose test
Browse files Browse the repository at this point in the history
svcmgr no longer has a push action.
  • Loading branch information
cvaroqui committed Oct 31, 2017
1 parent 5c9f6a1 commit 2a5698e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/tests/test_svcmgr.py
Expand Up @@ -185,10 +185,6 @@ def test_logs():
ret = svcmgr.main(argv=["logs", "-s", "unittest", "--no-pager"])
assert ret == 0

def test_push():
ret = svcmgr.main(argv=["push", "-s", "unittest"])
assert ret == 0

def test_pull():
ret = svcmgr.main(argv=["pull", "-s", "unittest"])
assert ret == 0
Expand Down

0 comments on commit 2a5698e

Please sign in to comment.