You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the following lines of code at the end of the script: print(validate_user(".blue.kale", 3)) # Currently True, should be False print(validate_user("_red_quinoa", 4)) # Currently True, should be False
nano validations.py
Specifications
Version:
Platform:
The text was updated successfully, but these errors were encountered:
KaterynaDudko
added a commit
to KaterynaDudko/it-cert-automation-practice
that referenced
this issue
Mar 26, 2024
Expected Behavior
False
False
Actual Behavior
True
True
Steps to Reproduce the Problem
print(validate_user(".blue.kale", 3)) # Currently True, should be False
print(validate_user("_red_quinoa", 4)) # Currently True, should be False
Specifications
The text was updated successfully, but these errors were encountered: