Skip to content

Commit

Permalink
Revise validation success message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed Apr 7, 2021
1 parent ce191e2 commit 90f4510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def validate(self, raw):
else:
self.finish({
'success': True,
'details': f'Valid {smartapi.version} metadata.'
'details': f'valid SmartAPI ({smartapi.version}) metadata.'
})


Expand Down

0 comments on commit 90f4510

Please sign in to comment.