Skip to content

Conversation

@bassmanitram
Copy link
Contributor

@bassmanitram bassmanitram commented Oct 27, 2023

Issue #, if available:
#712

Description of changes:
Tis PRt removes the cf(test) constraint from the with_stage_variables method. constraint.

None of the other with_ methods are constrained to test-only, although this method did have a specific comment indicating test-only, so there may have been a reason.

By submitting this pull request

  • I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • I confirm that I've made a best effort attempt to update all relevant documentation.

None of the other with_ methods are constrained to test-only,
although this method did have a specific comment indicating test-only,
so there may have been a reason.

Anyway, this commit removes that constraint.
@calavera
Copy link
Contributor

calavera commented Oct 27, 2023

Can you check the boxes under By submitting this pull request ?

/// Configures instance with stage variables under `#[cfg(test)]` configurations
/// Configures instance with stage variables
///
/// This is intended for use in mock testing contexts.
Copy link
Contributor

Choose a reason for hiding this comment

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

is this part of the comment still accurate?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I removed the added comments "under ... " because I removed the config annotation - the comment is now in the same form as the other with_ methods.

@calavera calavera merged commit c215812 into aws:main Oct 27, 2023
@bassmanitram bassmanitram deleted the unmask-with_stage_variables-method branch October 9, 2024 12:36
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