Skip to content

Commit

Permalink
Remove test broken by f61e1ea
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Oct 12, 2021
1 parent 9e623ee commit 7f33074
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ def test_fromArgsMissingProjectID(self):
version="0.1.0", product="iron_worker", api_version=2,
host="worker-aws-us-east-1.iron.io", token="TEST")

def test_fromArgsProtocolPortMismatch(self):
self.assertRaises(ValueError, iron_core.IronClient, name="Test",
version="0.1.0", product="iron_worker", token="TEST",
api_version=2, project_id="TEST", port=80,
host="worker-aws-us-east-1.iron.io")

def test_fromArgsBareMinimum(self):
client = iron_core.IronClient(name="Test", version="0.1.0",
product="iron_worker", token="TEST", project_id="TEST2",
Expand Down

0 comments on commit 7f33074

Please sign in to comment.