Skip to content

Commit

Permalink
[6.13.z] [Stream Fix] Remove escaped quotation mark from valid_name l…
Browse files Browse the repository at this point in the history
…ist (#14951)
  • Loading branch information
Satellite-QE authored May 3, 2024
1 parent 9c87267 commit cd66a30
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 @@ -389,7 +389,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 cd66a30

Please sign in to comment.