Fix up some unit tests

This commit is contained in:
Matthew Jones
2017-01-26 16:01:34 -05:00
parent f25edf63bf
commit bfda6ff8b5
2 changed files with 0 additions and 4 deletions

View File

@@ -53,8 +53,6 @@ def jobs(mocker):
class TestJobSerializerGetRelated():
@pytest.mark.parametrize("related_resource_name", [
'job_events',
'job_plays',
'job_tasks',
'relaunch',
'labels',
])