Skip to content

Commit

Permalink
Testing header
Browse files Browse the repository at this point in the history
  • Loading branch information
Siim Mardus committed May 29, 2024
1 parent ae0b4f0 commit 92930e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c_src/pactffi_nif.c
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ static ERL_NIF_TERM verify_via_file(ErlNifEnv *env, int argc, const ERL_NIF_TERM
pactffi_verifier_set_verification_options(verifierhandle, 0, 5000),
pactffi_verifier_set_publish_options(verifierhandle, version, NULL, NULL, -1, branch);
pactffi_verifier_add_directory_source(verifierhandle, file_path);
pactffi_verifier_add_custom_header(verifierhandle, "Super", "Bearer saabas")
setenv("PACT_DO_NOT_TRACK", "true", 1);
int output = pactffi_verifier_execute(verifierhandle);
pactffi_verifier_shutdown(verifierhandle);
Expand Down

0 comments on commit 92930e6

Please sign in to comment.