freeipa/ipatests/test_ipaclient
Stanislav Levin 9836511a2b Fix Pytest4.x warning about message
"message" parameter of pytest.raises is deprecated since Pytest4.1:
```
It is a common mistake to think this parameter will match the
exception message, while in fact it only serves to provide a custom
message in case the pytest.raises check fails.
```

That was the truth for test_unrecognised_attr_type_raises, which has
wrongly checked an exception message.

Fixes: https://pagure.io/freeipa/issue/7981
Signed-off-by: Stanislav Levin <slev@altlinux.org>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
2019-06-19 19:20:14 +10:00
..
data/test_csrgen csrgen: Change to pure openssl config format (no script) 2017-04-03 07:46:30 +00:00
__init__.py tests: Add tests for CSR autogeneration 2017-01-31 10:20:28 +01:00
test_csrgen.py Fix Pytest4.x warning about message 2019-06-19 19:20:14 +10:00
test_ldapconf.py Add test case for configure_openldap_conf 2019-03-29 11:35:26 +01:00