mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 01:55:51 +00:00
parent
2c6746ffa0
commit
02b185932c
37 changed files with 0 additions and 171 deletions
|
|
@ -7,7 +7,6 @@ from __future__ import annotations
|
|||
|
||||
from contextlib import contextmanager
|
||||
|
||||
import unittest
|
||||
from unittest.mock import patch
|
||||
from ansible_collections.community.internal_test_tools.tests.unit.plugins.modules.utils import (
|
||||
AnsibleExitJson,
|
||||
|
|
@ -149,7 +148,3 @@ class TestKeycloakRealm(ModuleTestCase):
|
|||
|
||||
# Verify that the module's changed status matches what is expected
|
||||
self.assertIs(exec_info.exception.args[0]["changed"], changed)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue