blob: 61ec9b24b716bb7ca70a6ab7e4b5b0915a0a8277 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- contrib/python/moto/py3/moto/core/responses.py
+++ contrib/python/moto/py3/moto/core/responses.py
@@ -344,6 +344,7 @@ class BaseResponse(_TemplateEnvironmentMixin, ActionAuthenticatorMixin):
return "AKIAEXAMPLE"
def get_current_account(self):
+ return "123456789012"
# PRIO 1: Check if we have a Environment Variable set
if "MOTO_ACCOUNT_ID" in os.environ:
return os.environ["MOTO_ACCOUNT_ID"]
|