We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53685f9 commit 971585eCopy full SHA for 971585e
test/test_base_service.py
@@ -730,6 +730,7 @@ def test_gzip_compression_file_input():
730
# Make sure the decompression works fine.
731
assert gzip.decompress(compressed).decode() == text_data
732
733
+
734
def test_gzip_compression_external():
735
# Should set gzip compression from external config
736
file_path = os.path.join(os.path.dirname(__file__), '../resources/ibm-credentials-gzip.env')
0 commit comments