Skip to content

test: actually add a integ test for agentcore runtime#22

Merged
arangatang merged 1 commit into
aws:mainfrom
wzxxing:main
Oct 2, 2025
Merged

test: actually add a integ test for agentcore runtime#22
arangatang merged 1 commit into
aws:mainfrom
wzxxing:main

Conversation

@wzxxing

@wzxxing wzxxing commented Oct 2, 2025

Copy link
Copy Markdown
Contributor

Issue #, if available:

Description of changes:

As title says, add integ tests, with resources created in the test aws account.

Test: https://github.com/wzxxing/aws-mcp-proxy/actions/runs/18183758663/job/51764298507

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Comment thread tests/integ/test_bedrock_agentcore_runtime.py Dismissed
Comment on lines +38 to +39
region_name = runtime_arn.split(':')[3]
encoded_arn = runtime_arn.replace(':', '%3A').replace('/', '%2F')

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit: While this works could we not just urlencode it?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Good point. I just copied the from the AWS examples and did not think too much about it.

@arangatang arangatang merged commit a45d0b9 into aws:main Oct 2, 2025
3 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.

3 participants