Skip to content

Commit 9577379

Browse files
committed
Fix test
1 parent be45fa1 commit 9577379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_launch_log(mock_client_init):
3434

3535
@mock.patch(REPORT_PORTAL_SERVICE)
3636
def test_binary_file_log(mock_client_init):
37-
if platform.system() == "Linux" and platform.release() == "6.8.0-1017-azure":
37+
if platform.system() == "Linux" and platform.release().endswith("-azure"):
3838
# GitHub Actions Linux runner has an issue with binary data reading
3939
data_type = "application/octet-stream"
4040
else:

0 commit comments

Comments
 (0)