Skip to content

Commit

Permalink
feat: add import DT and update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cowan-macady committed Jan 12, 2023
1 parent c1c954f commit ca30bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indykite_sdk/identity/import_digital_twins.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_hash_request(entities, hash_algorithm):
elif key == 'scrypt':
hash_request = import_pb2.ImportDigitalTwinsRequest(
entities=entities,
sha25scrypt6=hash_algorithm[key]
scrypt=hash_algorithm[key]
)
elif key == 'hmac_md5':
hash_request = import_pb2.ImportDigitalTwinsRequest(
Expand Down

0 comments on commit ca30bd0

Please sign in to comment.