Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling nits #45

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion datatrails_scitt_samples/cose_sign1message.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Handling for COSE_Sign1 messages

Specific accomodation for detached payloads.
Specific accommodation for detached payloads.
"""

import cbor2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def main(args=None):
)
parser.add_argument(
"--verify",
help="verify the result of registraion",
help="verify the result of registration",
default=False,
action="store_true",
)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_register_signed_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_create_and_register_statement(self):
# create a signed statement
create_hashed_signed_statement(
[
"--use-draft-04-labels", # TEMPORY: Until backend support catches up
"--use-draft-04-labels", # TEMPORARY: Until backend support catches up
"--signing-key-file",
"my-signing-key.pem",
"--payload-file",
Expand Down
Loading