Skip to content

Commit cd5bfce

Browse files
Addressing PR comments
1 parent b034298 commit cd5bfce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/utility-guides/LoadProperties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To add values to the properties file follow the format:
3434

3535
## Using the Load Properties Utility
3636

37-
To use the this utility in a test reference the pytest fixture in `conftest.py`.<br>
37+
To use this utility in a test reference the pytest fixture in `conftest.py`.<br>
3838
There is no need to import anything as any fixtures in `conftest.py` will be automatically discovered by pytest.
3939
Here there are two fixtures:
4040

utils/load_properties_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_properties(self, type_of_properties_file: str | None = None) -> dict:
1515
Returns a dictionary of properties for use in tests.
1616
1717
Args:
18-
type_of_properties_file (str): the type of properties file you want to load. E.g. 'smokescreen' or 'general'
18+
type_of_properties_file (str): the type of properties file you want to load. e.g. 'smokescreen' or 'general'
1919
2020
Returns:
2121
dict: A dictionary containing the values loaded from the 'bcss_smokescreen_tests.properties' file.

0 commit comments

Comments
 (0)