fix: mock aws data sources in tests - #26
Merged
Merged
Conversation
gberenice
force-pushed
the
fix/failing-tests
branch
2 times, most recently
from
October 21, 2025 16:06
88fec85 to
9bf71d9
Compare
Member
Author
|
@oycyc please ignore this PR for now. I see a weird issue when the workflow file is valid, while the wrong SHA is used during the tests. |
gberenice
force-pushed
the
fix/failing-tests
branch
2 times, most recently
from
December 5, 2025 16:03
a8041db to
0726251
Compare
gberenice
force-pushed
the
fix/failing-tests
branch
from
December 5, 2025 16:06
0726251 to
cd20e55
Compare
Member
Author
|
I'm merging and bypassing the rules because we have a chicken-egg problem here. Tests will fail untill I merge the fix into the |
gberenice
pushed a commit
that referenced
this pull request
Dec 8, 2025
🤖 I have created a release *beep* *boop* --- ## [1.0.0](v0.3.0...v1.0.0) (2025-12-08) ### ⚠ BREAKING CHANGES * **outputs:** breaking change, add sensitive true to outputs + add tests ([#17](#17)) ### Features * AWS SSM Parameter Store ([#25](#25)) ([4f065a3](4f065a3)) * **outputs:** breaking change, add sensitive true to outputs + add tests ([#17](#17)) ([9eff666](9eff666)) ### Bug Fixes * mock aws data sources in tests ([#26](#26)) ([48c8563](48c8563)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: masterpointbot[bot] <177651640+masterpointbot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


what
aws_ssm_parameterdata source to avoid AWS credential requirements.why
references