Skip to content

Commit

Permalink
Update TestSpecParsingSupport.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsalghelani-csa authored Oct 4, 2024
1 parent 4af6f47 commit d0e3690
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/python_testing/TestSpecParsingSupport.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@


def single_attribute_cluster_xml(read_access: str, write_access: str, write_supported: str):
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">'
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">'
revision_table = ('<revisionHistory>'
'<revision revision="1" summary="Initial Release"/>'
'<revision revision="2" summary="Some other revision"/>'
Expand Down

0 comments on commit d0e3690

Please sign in to comment.