From 161ffb5e9541738383c973e4a4c6f6ce9bbbb7b6 Mon Sep 17 00:00:00 2001 From: adityaramteke Date: Wed, 11 Nov 2020 16:28:49 +0530 Subject: [TestFix] Fix an extra blank line at the end of file Change-Id: Ia42dc977e28dd285716b566cf4582c4dd473dee2 Signed-off-by: Aditya Ramteke --- tests/functional/prometheous/test_prometheus_validations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/prometheous/test_prometheus_validations.py b/tests/functional/prometheous/test_prometheus_validations.py index 4d5753e8..6617b647 100644 --- a/tests/functional/prometheous/test_prometheus_validations.py +++ b/tests/functional/prometheous/test_prometheus_validations.py @@ -474,4 +474,4 @@ class TestPrometheusAndGlusterRegistryValidation(GlusterBlockBaseClass): break if w.expired: raise exceptions.ExecutionError( - "Failed to update device details in prometheus") \ No newline at end of file + "Failed to update device details in prometheus") -- cgit