UT: Rename test_from_dict...() -> test_from_mapping...()

This commit is contained in:
Mike Salvatore 2022-07-22 12:04:44 -04:00
parent d62d81a795
commit e5e68f21df
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ def test_to_from_mapping():
assert AgentConfiguration.to_mapping(config) == AGENT_CONFIGURATION
def test_from_dict__invalid_data():
def test_from_mapping__invalid_data():
dict_ = deepcopy(AGENT_CONFIGURATION)
dict_["payloads"] = "payloads"