Skip to content

Commit

Permalink
delete useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
Hhhilulu committed Nov 22, 2023
1 parent d85d47c commit aef128e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ def test_process_pool_run_with_exception(self, flow_folder, dev_connections, moc
) as pool:
with pytest.raises(UserErrorException) as e:
pool.run(zip(range(nlines), bulk_inputs))
print(f"eee:{e.value}")
assert e.value.message == test_error_msg
assert e.value.target == ErrorTarget.AZURE_RUN_STORAGE
assert e.value.error_codes[0] == "UserError"

0 comments on commit aef128e

Please sign in to comment.