Skip to content

Commit 6284f1b

Browse files
Merge branch 'reducePythonCIArguments' of https://github.com/vatsalghelani-csa/connectedhomeip into reducePythonCIArguments
2 parents 5bd8aec + 40f139a commit 6284f1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/python_testing/matter_testing_infrastructure/chip/testing/metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def __resolve_env_vals__(self, metadata_dict: Dict[str, str]) -> None:
103103
def parse_script(self, py_script_path: str) -> List[Metadata]:
104104
"""
105105
Parses a test script and merges run arguments with defaults.
106-
106+
107107
- Uses defaults from env_test.yaml.
108108
- Applies script overrides.
109109
- Respects skip-default-flags.

src/python_testing/matter_testing_infrastructure/env_test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ app-args:
2121
discriminator: "1234"
2222

2323
script-args:
24-
discriminator: "1234"
24+
discriminator: "1234"

0 commit comments

Comments
 (0)