tests: Fix context for the asn1 test

This commit is contained in:
Jakub Jelen 2021-05-06 10:56:45 +02:00
parent fd96d2c960
commit a69ab7c70c
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ static int setup_sc_context(void **state)
sc_context_t *ctx = NULL;
int rv;
rv = sc_establish_context(&ctx, "fuzz");
rv = sc_establish_context(&ctx, "asn1");
assert_non_null(ctx);
assert_int_equal(rv, SC_SUCCESS);