diff --git a/spinnman_integration_tests/test_job.py b/spinnman_integration_tests/test_job.py index 6c8275a7..0ccc37b8 100644 --- a/spinnman_integration_tests/test_job.py +++ b/spinnman_integration_tests/test_job.py @@ -32,7 +32,7 @@ def test_create_job(self): try: client = SpallocClient(self.spalloc_url) except Exception as ex: - raise Exception(str(type(ex))) + raise NotImplementedError(str(type(ex))) # job = client.create_job_rect_at_board( # WIDTH, HEIGHT, triad=(x, y, b), machine_name=SPALLOC_MACHINE, # max_dead_boards=1)