You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 18:43:09 +03:00
remove extraneous unused constant (#7185)
This commit is contained in:
@ -13,8 +13,6 @@ from ansible_collections.community.general.plugins.modules import snap
|
||||
|
||||
import pytest
|
||||
|
||||
TESTED_MODULE = snap.__name__
|
||||
|
||||
|
||||
ModuleTestCase = namedtuple("ModuleTestCase", ["id", "input", "output", "run_command_calls"])
|
||||
RunCmdCall = namedtuple("RunCmdCall", ["command", "environ", "rc", "out", "err"])
|
||||
|
Reference in New Issue
Block a user