Merge pull request #940 from regnat/test-with-remote-dest-store

Run the tests with a remote dest store
This commit is contained in:
Graham Christensen
2021-04-29 07:27:42 -04:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@ -5,7 +5,9 @@ use IO::Uncompress::Bunzip2 qw(bunzip2);
use Archive::Tar;
use JSON qw(decode_json);
use Data::Dumper;
my %ctx = test_init();
my %ctx = test_init(
use_external_destination_store => 0
);
require Hydra::Schema;
require Hydra::Model::DB;