Skip to content

Commit

Permalink
Merge pull request #80 from eduNEXT/and/fix_certificates_path
Browse files Browse the repository at this point in the history
fix: change certificates path
  • Loading branch information
andrey-canon authored Aug 8, 2023
2 parents 39cec0f + 3776b32 commit 0d182c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eox_nelp/api_clients/certificates.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def create_external_certificate(self, certificate_data):
Raise:
KeyError: This will be raised when the mandatory are excluded in the certificate data.
"""
path = "certificates" # This is not clear at all
path = "Certificates"
user = certificate_data["user"]
payload = {
"reference_id": certificate_data["id"],
Expand Down

0 comments on commit 0d182c4

Please sign in to comment.