Skip to content

Commit d0e3690

Browse files
Update TestSpecParsingSupport.py
1 parent 4af6f47 commit d0e3690

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/python_testing/TestSpecParsingSupport.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737

3838

3939
def single_attribute_cluster_xml(read_access: str, write_access: str, write_supported: str):
40-
xml_cluster = f'< cluster xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "types types.xsd cluster cluster.xsd" id ="{
41-
CLUSTER_ID}" name="{CLUSTER_NAME}" revision="3">'
40+
xml_cluster = f'<cluster xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="types types.xsd cluster cluster.xsd" id="{CLUSTER_ID}" name="{CLUSTER_NAME}" revision="3">'
4241
revision_table = ('<revisionHistory>'
4342
'<revision revision="1" summary="Initial Release"/>'
4443
'<revision revision="2" summary="Some other revision"/>'

0 commit comments

Comments
 (0)