Skip to content
Snippets Groups Projects
Commit 7520d6f8 authored by Te-Hung Tseng's avatar Te-Hung Tseng
Browse files

Updated unit test and changelog

parent a7b8f221
No related branches found
Tags 2021.04.06
No related merge requests found
Changelog
=========
Version 2021.04.06
------------------
- Validate group names (INFRA-3135)
- Add warning text for creating vm (INFRA-3292)
- Paginate history in ansible groups and hosts (INFRA-3136)
Version 2020.11.25
------------------
......
......@@ -1568,7 +1568,7 @@ def test_create_ansible_group(client, admin_token):
response = post(client, f"{API_URL}/network/groups", data=data, token=admin_token)
check_response_message(
response,
"(psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint",
"Group name matches an existing group",
422,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment