From 6d4d2d4e8870af59b443a1c6d70eebcd49bd9019 Mon Sep 17 00:00:00 2001 From: Pradnya Mohite Date: Tue, 7 Apr 2020 23:00:39 -0700 Subject: [PATCH] adding newline --- tests/test_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_features.py b/tests/test_features.py index aac69116ad..71d1ea3bc4 100644 --- a/tests/test_features.py +++ b/tests/test_features.py @@ -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) \ No newline at end of file + assert True, "{} is {} which matches with config_db".format(k,v)