Skip to content

Commit

Permalink
Removing unused certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdguerreiro committed Feb 24, 2018
1 parent 1f07091 commit c95a0c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 73 deletions.
26 changes: 4 additions & 22 deletions t/01-tests.t
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ sub read_file {
$cert;
}

our $TestCertificate = read_file("t/cert/test.crt");
our $TestCertificateKey = read_file("t/cert/test.key");

our $SuccessResponse = read_file("t/responses/success_response.json");
our $RateExceededResponse = read_file("t/responses/rate_exceeded_response.json");

Expand Down Expand Up @@ -95,11 +92,7 @@ __DATA__
}

--- user_files eval
">>> test.key
$::TestCertificateKey
>>> test.crt
$::TestCertificate
>>> success_response.json
">>> success_response.json
$::SuccessResponse
>>> rate_exceeded_response.json
$::RateExceededResponse"
Expand Down Expand Up @@ -165,11 +158,7 @@ Brandenburg Gate, Pariser Platz 1, 10117 Berlin, Germany
}

--- user_files eval
">>> test.key
$::TestCertificateKey
>>> test.crt
$::TestCertificate
>>> success_response.json
">>> success_response.json
$::SuccessResponse
>>> rate_exceeded_response.json
$::RateExceededResponse"
Expand Down Expand Up @@ -222,10 +211,7 @@ Brandenburg Gate, Pariser Platz 1, 10117 Berlin, Germany
}
--- user_files eval
">>> test.key
$::TestCertificateKey
>>> test.crt
$::TestCertificate
"$::TestCertificate
>>> success_response.json
$::SuccessResponse
>>> rate_exceeded_response.json
Expand Down Expand Up @@ -277,11 +263,7 @@ GET /rate_exceeded
}

--- user_files eval
">>> test.key
$::TestCertificateKey
>>> test.crt
$::TestCertificate
>>> success_response.json
">>> success_response.json
$::SuccessResponse
>>> rate_exceeded_response.json
$::RateExceededResponse"
Expand Down
24 changes: 0 additions & 24 deletions t/cert/test.crt

This file was deleted.

27 changes: 0 additions & 27 deletions t/cert/test.key

This file was deleted.

0 comments on commit c95a0c8

Please sign in to comment.