From dc06447e7f57c6dbac9c9e3ade46ade3b084dc1d Mon Sep 17 00:00:00 2001 From: Kirill Date: Tue, 22 Oct 2024 11:56:51 +0000 Subject: [PATCH] feat: merge main --- plugins/aws/test/collector_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/aws/test/collector_test.py b/plugins/aws/test/collector_test.py index b2f2ef5ae7..6254df5249 100644 --- a/plugins/aws/test/collector_test.py +++ b/plugins/aws/test/collector_test.py @@ -38,8 +38,8 @@ def count_kind(clazz: Type[AwsResource]) -> int: # make sure all threads have been joined assert len(threading.enumerate()) == 1 # ensure the correct number of nodes and edges - assert count_kind(AwsResource) == 261 - assert len(account_collector.graph.edges) == 575 + assert count_kind(AwsResource) == 260 + assert len(account_collector.graph.edges) == 574 assert len(account_collector.graph.deferred_edges) == 2 for node in account_collector.graph.nodes: if isinstance(node, AwsRegion):