Skip to content

Commit

Permalink
[Stream Fix] Remove escaped quotation mark from valid_name list (#14941)
Browse files Browse the repository at this point in the history
Remove escaped quotation character in CLI datafactory string

(cherry picked from commit bba4931)
  • Loading branch information
sambible authored and web-flow committed May 3, 2024
1 parent 3364bb8 commit fea39b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robottelo/utils/datafactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def valid_names_list():
f"νέος χρήστης-{gen_string('utf8', 2)}",
f"foo@!#$^&*( ) {gen_string('utf8')}",
f"<blink>{gen_string('utf8')}</blink>",
f"bar+{{}}|\"?hi {gen_string('utf8')}",
f"bar+{{}}|?hi {gen_string('utf8')}",
f" {gen_string('utf8')}",
f"{gen_string('utf8')} ",
]
Expand Down

0 comments on commit fea39b0

Please sign in to comment.