Skip to content

Commit 971585e

Browse files
committed
fix(test): lint code
Signed-off-by: Lídia Tarcza <[email protected]>
1 parent 53685f9 commit 971585e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_base_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,7 @@ def test_gzip_compression_file_input():
730730
# Make sure the decompression works fine.
731731
assert gzip.decompress(compressed).decode() == text_data
732732

733+
733734
def test_gzip_compression_external():
734735
# Should set gzip compression from external config
735736
file_path = os.path.join(os.path.dirname(__file__), '../resources/ibm-credentials-gzip.env')

0 commit comments

Comments
 (0)