Skip to content

Commit

Permalink
Removed superfluous use of variable in a test.
Browse files Browse the repository at this point in the history
Removed superfluous use of the NPG_WEBSERVICE_CACHE_DIR environment
variable in a test, closes wtsi-npg#742 .
  • Loading branch information
mgcam committed Feb 3, 2022
1 parent 9dabfa1 commit f46d10e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
LIST OF CHANGES FOR NPG-QC PACKAGE

- Remove superfluous use of the NPG_WEBSERVICE_CACHE_DIR environment
variable in a test.

release 69.10.1
- updated documentation

Expand Down
2 changes: 0 additions & 2 deletions t/70-mqc-reporter.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ use LWP::UserAgent;
use HTTP::Response;
use npg_testing::db;

local $ENV{NPG_WEBSERVICE_CACHE_DIR} = 't/data/reporter';

*LWP::UserAgent::request = *main::post_nowhere;
sub post_nowhere {
return HTTP::Response->new(200);
Expand Down

0 comments on commit f46d10e

Please sign in to comment.