mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Play.get_name: remove prefix, return name only
This commit is contained in:
@@ -39,7 +39,7 @@ class TestPlay(unittest.TestCase):
|
||||
|
||||
def test_empty_play(self):
|
||||
p = Play.load(dict())
|
||||
self.assertEqual(str(p), "PLAY: ")
|
||||
self.assertEqual(str(p), '')
|
||||
|
||||
def test_basic_play(self):
|
||||
p = Play.load(dict(
|
||||
|
||||
Reference in New Issue
Block a user