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

add default endpoint to protocol test stub #1338

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

kuhe
Copy link
Contributor

@kuhe kuhe commented Jul 16, 2024

Due to creating a set of default plugins in #1321, an endpoint must be provided for non-Endpoints-RuleSet service models' clients.

Providing a default endpoint in protocol tests is required for the non-Endpoints-RuleSet case, and also non-breaking otherwise.

@kuhe kuhe requested review from a team as code owners July 16, 2024 18:15
@kuhe kuhe requested a review from milesziemer July 16, 2024 18:15

const clientParams = {
region: "us-west-2",
credentials: { accessKeyId: "key", secretAccessKey: "secret" }
}
endpoint: "https://localhost/",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the only change. The rest is formatting to match TypeScript code standards present in the repository.

@kuhe kuhe merged commit ac1677e into smithy-lang:main Jul 16, 2024
10 checks passed
@kuhe kuhe deleted the fix/protocol-tests branch July 16, 2024 18:51
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