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

PRMT-3413 E2E testing - Unexpected Interaction ID and NHS number #60

Merged
merged 9 commits into from
Aug 15, 2023

Conversation

joefong-nhs
Copy link
Contributor

  • Move the tests from previous branch (PRMT-3413) to this branch
  • Modify the tests to adapt to the configurations after major refactoring
  • Add HealthCheckService and EhrOutServiceProperties in order to call the health check endpoints of each services
  • Remove some unused imports

@joefong-nhs joefong-nhs marked this pull request as ready for review August 15, 2023 13:09


public boolean verifyNoMessageContaining(String substring, int secondsToPoll) {
// Queue the queue repeatedly for {secondsToPoll}, and return true only if a message with given substring NEVER appeared throughout the period.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// Queue the queue repeatedly for {secondsToPoll}, and return true only if a message with given substring NEVER appeared throughout the period.
// Poll the queue repeatedly for {secondsToPoll}, and return true only if a message with given substring NEVER appeared throughout the period.

@martin-nhs martin-nhs merged commit f262033 into main Aug 15, 2023
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.

3 participants