Skip to content

added new specs for checking EKM setup with revoked key#1526

Merged
tomholub merged 7 commits intomasterfrom
tests/issue-1491
Apr 27, 2022
Merged

added new specs for checking EKM setup with revoked key#1526
tomholub merged 7 commits intomasterfrom
tests/issue-1491

Conversation

@fcvakintos
Copy link
Contributor

@fcvakintos fcvakintos commented Apr 26, 2022

This PR contains 2 specs for checking EKM setup(checking sending message by user with only revoked private key and checking sending message by user with revoked and existing private key

close #1491

issue - added the comment for issue, we should not have error after sending email by user with and revoked and existing keys


Tests

  • Tests added or updated

To be filled by reviewers

I have reviewed that this PR... (tick whichever items you personally focused on during this review):

  • addresses the issue it closes (if any)
  • code is readable and understandable
  • is accompanied with tests, or tests are not needed
  • is free of vulnerabilities
  • is documented clearly and usefully, or doesn't need documentation

@fcvakintos fcvakintos requested a review from sosnovsky as a code owner April 26, 2022 11:27
Copy link
Collaborator

@tomholub tomholub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test looks correct. Please check the formatting. Once it's passing, I can merge it in.

@tomholub tomholub enabled auto-merge (squash) April 27, 2022 14:44
@tomholub tomholub changed the title added new specs for checking EKM setup added new specs for checking EKM setup with revoked key Apr 27, 2022
tomholub
tomholub previously approved these changes Apr 27, 2022
Copy link
Collaborator

@tomholub tomholub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plus you also fixed the code formatting. Thanks

@tomholub
Copy link
Collaborator

The way we solved this on other repos was with linters that run in CI. We did that here too, for TypeScript, but I suspect we didn't extend it to the /appium directory which we should.

With a commit hook, I'm worried it may become another thing that may break and need to be maintained, but maybe it's just my lack of experience. We could consider that for later, if it works well and if Roma agrees.

@tomholub tomholub merged commit d2c1ebc into master Apr 27, 2022
@tomholub tomholub deleted the tests/issue-1491 branch April 27, 2022 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tests for handling revoked key from EKM

3 participants