Skip to content

Commit

Permalink
adding newline
Browse files Browse the repository at this point in the history
  • Loading branch information
pra-moh committed Apr 8, 2020
1 parent 44031a1 commit 6d4d2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def test_show_features(duthost):
status_out = duthost.shell('/usr/bin/redis-cli -n 4 hgetall "FEATURE|{}"'.format(feature), module_ignore_errors=False)['stdout_lines']
redis_value = get_status_redisout(status_out)
if str(redis_value) == str(v):
assert True, "{} is {} which matches with config_db".format(k,v)
assert True, "{} is {} which matches with config_db".format(k,v)

0 comments on commit 6d4d2d4

Please sign in to comment.