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
  • Loading branch information
sambible authored May 3, 2024
1 parent ef09bc7 commit bba4931
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 @@ -408,7 +408,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 bba4931

Please sign in to comment.