فهرست منبع

ci: fix double line format string

Jason Rumney 2 ماه پیش
والد
کامیت
acd3e59546
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tests/test_device_config.py

+ 1 - 1
tests/test_device_config.py

@@ -540,7 +540,7 @@ def test_config_files_parse(mocker):
             if entity.config_id in entities:
                 pytest.fail(
                     f"\n::error file={fname},line={entity._config.__line__}::"
-                    "Duplicate entity {entity.config_id} in {cfg}"
+                    f"Duplicate entity {entity.config_id} in {cfg}"
                 )
             entities.append(entity.config_id)