Skip to content

Commit

Permalink
Add carriage_return to const file (#10163)
Browse files Browse the repository at this point in the history
Signed-off-by: Aviadp <[email protected]>
  • Loading branch information
AviadP authored Jul 23, 2024
1 parent cd4ff37 commit fea0b39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ocs_ci/ocs/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2843,3 +2843,6 @@
# Noobaa Secrets
NOOBAA_BACKEND_SECRET = "noobaa-root-master-key-backend"
NOOBAA_VOLUME_SECRET = "noobaa-root-master-key-volume"

# ascii characters
ENTER_KEY = chr(13)

0 comments on commit fea0b39

Please sign in to comment.