summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorRené Genz <liebundartig@freenet.de>2017-04-19 08:36:12 +0000
committerLukas Slebodnik <lslebodn@redhat.com>2017-04-19 18:05:34 +0200
commit0a86dede8773ecce91b5bd2ae75a02f9ff89a358 (patch)
tree0e0630ec0fbe844eb7766f3d59c2b31f8324c6a7 /src/tests
parentc6f1bc32774a7cf2f8678499dfbced420be3a3a1 (diff)
downloadsssd-0a86dede8773ecce91b5bd2ae75a02f9ff89a358.tar.gz
sssd-0a86dede8773ecce91b5bd2ae75a02f9ff89a358.tar.xz
sssd-0a86dede8773ecce91b5bd2ae75a02f9ff89a358.zip
minor typo fixes
Merges: https://pagure.io/SSSD/sssd/pull-request/3374 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Justin Stephenson <jstephen@redhat.com>
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/intg/test_files_provider.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/intg/test_files_provider.py b/src/tests/intg/test_files_provider.py
index 8748ac10b..eced3997c 100644
--- a/src/tests/intg/test_files_provider.py
+++ b/src/tests/intg/test_files_provider.py
@@ -433,7 +433,7 @@ def test_incomplete_user_fail(setup_pw_with_canary, files_domain_only):
Test resolving an incomplete user where the missing field is required
to be present in the user record and thus the user shouldn't resolve.
- We cannot test uid and gid missing because nss_wrapper doesn't even
+ We cannot test UID and GID missing because nss_wrapper doesn't even
load the malformed passwd file, then.
"""
bad_incomplete_user_setup(setup_pw_with_canary, 'name')