summaryrefslogtreecommitdiff
path: root/ick2/projectapi_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'ick2/projectapi_tests.py')
-rw-r--r--ick2/projectapi_tests.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ick2/projectapi_tests.py b/ick2/projectapi_tests.py
index 2e6e14a..975018c 100644
--- a/ick2/projectapi_tests.py
+++ b/ick2/projectapi_tests.py
@@ -58,10 +58,6 @@ class ProjectAPITests(unittest.TestCase):
self.assertEqual(api.create(project), project)
self.assertEqual(api.list(), {'projects': [project]})
self.assertEqual(api.get_pipeline('foo', 'build'), {'status': 'idle'})
- self.assertEqual(
- api.get_builds('foo'),
- {'project': 'foo', 'builds': []}
- )
def test_raises_error_when_getting_missing_pipeline(self):
project = {