Skip to content

Commit abd198b

Browse files
calebhofacebook-github-bot
authored andcommitted
buckification
Summary: This commit was generated using `mgt import`. buckification for third-party libraries: third-party/pypi/responses/0.25.0 third-party/pypi/moto/5.0.8 uuid_e3b367cdbe054c858e46ee4fad2a911b Differential Revision: D57881544
1 parent a2423f4 commit abd198b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

scripts/component_integration_tests.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,9 @@ def _mock_aws_batch() -> None:
174174
ensure_network()
175175
os.environ.setdefault("MOTO_DOCKER_NETWORK_NAME", NETWORK)
176176

177-
from moto import mock_batch, mock_ec2, mock_ecs, mock_iam, mock_logs
177+
from moto import mock_aws
178178

179-
mock_batch().__enter__()
180-
mock_iam().__enter__()
181-
mock_ec2().__enter__()
182-
mock_ecs().__enter__()
183-
mock_logs().__enter__()
179+
mock_aws().__enter__()
184180

185181
import boto3.session
186182

0 commit comments

Comments
 (0)