Skip to content

Commit 84dd20a

Browse files
committed
fix tests
1 parent b71102b commit 84dd20a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backend/app/setup.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ func SetUp(t testing.TB) (*App, error) {
109109
"cluster_health_check_interval_in_hours": 1,
110110
"reserved_node_health_check_interval_in_hours": 1,
111111
"reserved_node_health_check_timeout_in_minutes": 1,
112-
"reserved_node_health_check_workers_num": 10
113-
"cluster_health_check_interval_in_hours": 2,
112+
"reserved_node_health_check_workers_num": 10,
114113
"encryption_passphrase": "test-encryption-passphrase-for-testing-only",
115114
"encryption_salt": "test-salt-for-testing-environment",
116115
"argon2": {

0 commit comments

Comments
 (0)