Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Feb 5, 2025
1 parent e045530 commit ba1a546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft/testsuites/core/azure_image_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def verify_dhcp_file_configuration(self, node: Node) -> None:
dhcp_file = node.tools[Cat].read(dhcp_file_path)
assert_that(
dhcp_file,
'option host_name" should be present in '
"option host_name" should be present in ""
f"file {dhcp_file_path}",
).contains(dhcp_file_content)
else:
Expand Down

0 comments on commit ba1a546

Please sign in to comment.