Skip to content

Commit b222e14

Browse files
committed
update sign test fixtures
1 parent 7ccf899 commit b222e14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/fixture/connector-sign.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ integration_key: "[Sign API Key]"
33
admin_email: [email protected]
44
create_users: False
55
deactivate_users: False
6-
cache:
7-
path: cache/sign

tests/fixture/sign-sync-config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ user_sync:
1818
# options: reset, exclude, remove_groups, remove_roles, deactivate
1919
sign_only_user_action: reset
2020

21+
cache:
22+
path: cache/sign
2123

2224
connection:
2325
# Number of allowed concurrent requests (higher is faster, but consumes more bandwidth and memory)
@@ -67,4 +69,4 @@ logging:
6769
# Defaults for options that can be passed as CLI options
6870
invocation_defaults:
6971
users: mapped
70-
test_mode: False
72+
test_mode: False

0 commit comments

Comments
 (0)