diff options
author | Jamie Scott <5336227+IAmATeaPot418@users.noreply.github.com> | 2019-10-21 02:47:35 -0700 |
---|---|---|
committer | Andy McCurdy <andy@andymccurdy.com> | 2019-12-28 22:23:43 -0800 |
commit | d025c09ab3f57fbebd9eb1d782b58a63adc8be44 (patch) | |
tree | 95881316884d7748799fad5377bde699083e2fcf | |
parent | 78a0d134aec470c1858c510c5afdad9562c32915 (diff) | |
download | redis-py-d025c09ab3f57fbebd9eb1d782b58a63adc8be44.tar.gz |
PEP 8 Again
-rw-r--r-- | tests/test_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_commands.py b/tests/test_commands.py index 8c942e3..70cfaf1 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -167,7 +167,7 @@ class TestRedisCommands(object): remove_passwords=['pass2']) assert len(r.acl_getuser(username)['passwords']) == 1 - # Resets and tests hash value "variable HP" set properly + # Resets and tests hash value "variable HP" set properly. HP = '5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8' assert r.acl_setuser(username, enabled=True, reset=True, add_passwords=[HP]) |