Skip to content

Commit 54faa6c

Browse files
committed
update testing README
1 parent 359d156 commit 54faa6c

File tree

1 file changed

+2
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-botocore/tests

1 file changed

+2
-1
lines changed

instrumentation/opentelemetry-instrumentation-botocore/tests/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Recording calls
22

33
If you need to record calls you may need to export authentication variables and the default region as environment
4-
variables in order to have the code work properly.
4+
variables in order to have the code work properly. The recorded tests assume the region us-east-1, so ensure that
5+
AWS_DEFAULT_REGION is set accordingly when recording new calls.
56
Since tox blocks environment variables by default you need to override its configuration to let them pass:
67

78
```

0 commit comments

Comments
 (0)