Skip to content

Commit

Permalink
Match wafv2 backend service name to service
Browse files Browse the repository at this point in the history
  • Loading branch information
dfangl committed Aug 21, 2024
1 parent 7f4df58 commit 3d3bc41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions moto/wafv2/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,4 @@ def list_logging_configurations(self, scope: str) -> List[FakeLoggingConfigurati
]


wafv2_backends = BackendDict(
WAFV2Backend, "waf-regional", additional_regions=PARTITION_NAMES
)
wafv2_backends = BackendDict(WAFV2Backend, "wafv2", additional_regions=PARTITION_NAMES)

0 comments on commit 3d3bc41

Please sign in to comment.