1
0
Fork 0
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:
Matt Clay 2016-12-06 11:29:16 -05:00
parent 14833f1c7a
commit bd7ce0696e
10 changed files with 28 additions and 36 deletions

View file

@ -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):