diff options
Diffstat (limited to 'src/tests/auth-tests.c')
-rw-r--r-- | src/tests/auth-tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/auth-tests.c b/src/tests/auth-tests.c index 64864090b..a3de43c47 100644 --- a/src/tests/auth-tests.c +++ b/src/tests/auth-tests.c @@ -141,7 +141,7 @@ static int setup_sysdb_tests(struct sysdb_test_ctx **ctx) return ret; } - ret = sysdb_domain_init(test_ctx, test_ctx->ev, + ret = sysdb_domain_init(test_ctx, test_ctx->domain, TESTS_PATH, &test_ctx->sysdb); if (ret != EOK) { fail("Could not initialize connection to the sysdb (%d)", ret); |