Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroroiz committed Apr 11, 2024
1 parent 6f449d1 commit 2948820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confidant/routes/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ def update_credential(id):
if 'credential_pairs' in data:
# Ensure the credential is not empty
if data['credential_pairs'] == {}:
error = {'error': 'Credential Pairs cannot be empty'}
error = {'error': 'Credential Pairs cannot be empty.'}
return jsonify(error), 400

# Ensure credential pair keys are lowercase
Expand Down

0 comments on commit 2948820

Please sign in to comment.