Skip to content

fix(test): list SOAP_HTTP in runner error message#349

Merged
Harsh4902 merged 1 commit into
microcks:masterfrom
hazelmayank:fix/test-runner-error-message
May 13, 2026
Merged

fix(test): list SOAP_HTTP in runner error message#349
Harsh4902 merged 1 commit into
microcks:masterfrom
hazelmayank:fix/test-runner-error-message

Conversation

@hazelmayank
Copy link
Copy Markdown
Contributor

@hazelmayank hazelmayank commented May 9, 2026

Summary

This PR fixes the invalid runner error message in microcks test.

The command validates SOAP_HTTP as the SOAP HTTP runner, but the invalid runner error message listed SOAP. This could mislead users into trying a runner value that is not accepted.

This PR updates the error message to list SOAP_HTTP, matching the actual valid runner values.

No runner validation behavior is changed.

Fixes #348

Test plan

  • go run . test foo:1 http://x SOAP
  • go run . test foo:1 http://x BOGUS
  • make build-local

Signed-off-by: hazelmayank <mayankjeefinal@gmail.com>
Copy link
Copy Markdown
Member

@Harsh4902 Harsh4902 left a comment

Choose a reason for hiding this comment

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

LGTM

@Harsh4902 Harsh4902 merged commit 67d3eff into microcks:master May 13, 2026
8 checks passed
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.

microcks test invalid runner error lists SOAP instead of SOAP_HTTP

2 participants