Apply suggestions from code review of branch image-capture
Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk>
This commit is contained in:
parent
58dd3f2afe
commit
d31d1154cc
4 changed files with 6 additions and 3 deletions
|
|
@ -227,7 +227,7 @@ GALLERY_DELETE_TEST_CASES = [
|
|||
|
||||
@pytest.mark.parametrize("test_case", GALLERY_DELETE_TEST_CASES)
|
||||
def test_gallery_calls_delete(test_case, minimal_gallery_env, mocker):
|
||||
"""Test that the gallery delete on all gallery providing things.."""
|
||||
"""Test that the gallery deletes on all gallery providing things."""
|
||||
# Create a config with the minimal Thing and the bad Thing
|
||||
gallery = minimal_gallery_env.get_thing_by_name("gallery")
|
||||
thing_1 = minimal_gallery_env.get_thing_by_name("minimal_thing1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue