Skip to content

Commit 614ecf7

Browse files
SNOW-2117147 fix cache folder checking test
1 parent b2df7f3 commit 614ecf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/extras/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@
3535
"ocsp_response_validation_cache.json.lock",
3636
"ocsp_response_validation_cache.json",
3737
"ocsp_response_cache.json",
38+
"crls",
3839
}
3940
and not platform.system() == "Windows"
4041
) or (
4142
cache_files
4243
== {
4344
"ocsp_response_validation_cache.json",
4445
"ocsp_response_cache.json",
46+
"crls",
4547
}
4648
and platform.system() == "Windows"
4749
), str(

0 commit comments

Comments
 (0)