Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aspfohl committed Jan 23, 2024
1 parent 52efb19 commit 8a8107b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/callbacks/test_async_eval_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,6 @@ def test_validate_eval_run_config():
with pytest.raises(ValueError):
validate_eval_run_config({'foo': 'bar'})

with pytest.raises(TypeError):
validate_eval_run_config({'scheduling': []})

with pytest.raises(TypeError):
validate_eval_run_config({'scheduling': {'priority': []}})

with pytest.raises(TypeError):
validate_eval_run_config({'image': []})

valid_config = {
'image': 'example_image',
'command': 'example_command',
Expand Down

0 comments on commit 8a8107b

Please sign in to comment.