mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
docker was deprecated, test now reflects new name
This commit is contained in:
@@ -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.core.cloud.docker._docker import get_split_image_tag
|
||||
|
||||
class DockerSplitImageTagTestCase(unittest.TestCase):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user