Fix ci
This commit is contained in:
parent
6c1fc2685c
commit
9d7af0a04d
@ -21,6 +21,7 @@ tests = {
|
||||
)) for k, v in tests.items()]
|
||||
)
|
||||
def test_args(arg, expected):
|
||||
Image.ENV_TAGS = ['IMAGE_TEST_ARGS_ENV']
|
||||
im = Image(arg)
|
||||
for k, v in expected.items():
|
||||
assert getattr(im, k) == v
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user