Merge pull request #940 from regnat/test-with-remote-dest-store
Run the tests with a remote dest store
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user