Skip to content

Commit 8b9625a

Browse files
authored
Update aws-proxy/AGENTS.md
1 parent 5318994 commit 8b9625a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws-proxy/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ TEST_PATH=tests/test_s3.py::test_my_logic make test
3232
```
3333

3434
When adding new integration tests, consider the following:
35-
* Include a mix of positive and negative assertions (e., presence and absence of resources).
35+
* Include a mix of positive and negative assertions (i.e., presence and absence of resources).
3636
* Include a mix of different configuration options, e.g., the `read_only: true` flag can be specified in the proxy service configuration YAML, enabling read-only mode (which should be covered by tests as well).
3737
* Include some tests that cover matching of resource names (the config YAML allows to specify ARN regex patterns), to ensure the proxy is able to selectively forward requests to certain matching AWS resources only.
3838
* Make sure to either use fixtures (preferred), or reliable cleanups for removing the resources; several fixtures for creating AWS resources are available in the `localstack.testing.pytest.fixtures` module

0 commit comments

Comments
 (0)