X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3c068341659783d0d7132f92b14c05c07830d5b2..65f76d01b775c944d2ef6c1673633adb6229d9d8:/services/api/test/unit/salvage_collection_test.rb diff --git a/services/api/test/unit/salvage_collection_test.rb b/services/api/test/unit/salvage_collection_test.rb index dfc55babce..3efe0370b1 100644 --- a/services/api/test/unit/salvage_collection_test.rb +++ b/services/api/test/unit/salvage_collection_test.rb @@ -34,6 +34,11 @@ class SalvageCollectionTest < ActiveSupport::TestCase ENV['ARVADOS_API_TOKEN'] = 'unused_by_test' end + teardown do + ENV['ARVADOS_API_HOST'] = '' + ENV['ARVADOS_API_TOKEN'] = '' + end + test "salvage test collection" do # create a collection to test salvaging src_collection = Collection.new name: "test collection", manifest_text: TEST_MANIFEST