mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-08 11:39:02 +00:00
Fix tests after repo merge.
This commit is contained in:
parent
14833f1c7a
commit
bd7ce0696e
10 changed files with 28 additions and 36 deletions
|
|
@ -2,7 +2,7 @@ import collections
|
|||
import os
|
||||
import unittest
|
||||
|
||||
from ansible.modules.core.cloud.docker._docker import get_split_image_tag
|
||||
from ansible.modules.cloud.docker._docker import get_split_image_tag
|
||||
|
||||
class DockerSplitImageTagTestCase(unittest.TestCase):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue