diff options
Diffstat (limited to 'src/charon/testing/policy_test.c')
-rw-r--r-- | src/charon/testing/policy_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/testing/policy_test.c b/src/charon/testing/policy_test.c index 9003eeff0..639f9462f 100644 --- a/src/charon/testing/policy_test.c +++ b/src/charon/testing/policy_test.c @@ -48,7 +48,7 @@ void test_policy(protected_tester_t *tester) alice = identification_create_from_string("152.96.193.131"); bob = identification_create_from_string("152.96.193.130"); - policy = policy_create(alice, bob); + policy = policy_create("test", alice, bob); tester->assert_true(tester, (policy != NULL), "policy construction"); |