Skip to content

Commit f7fa463

Browse files
committed
Add __matchers__ to default dunders
Required for saltstack/salt#64607 Signed-off-by: Joe Groocock <jgroocock@cloudflare.com>
1 parent 3e9cfde commit f7fa463

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/saltfactories/utils/loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class LoaderModuleMock:
4242
"__thorium__",
4343
"__states__",
4444
"__serializers__",
45+
"__matchers__",
4546
"__ret__",
4647
"__grains__",
4748
"__pillar__",

0 commit comments

Comments
 (0)