Skip to content

Commit

Permalink
fixup! Responder: generate JSON message for GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
ikerexxe committed May 14, 2024
1 parent 0ab4821 commit e200bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/cmocka/test_pamsrv_json.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ void test_generate_json_message_integration(void **state)
assert_int_equal(ret, EOK);
assert_string_equal((char*) pd->resp_list->data, AUTH_SELECTION_ALL);

pc_list_free(pc_list);
talloc_free(test_ctx);
}

Expand Down

0 comments on commit e200bb0

Please sign in to comment.