Merge branch 'master' into 11060-all-visible-repos
[arvados.git] / apps / workbench / test / unit / pipeline_instance_test.rb
index 747cfc12e5f6b4b70d4e586cbb7bd17c824dd070..926bb686acb2ee56a5fbaf2cf372c3e22747e3ed 100644 (file)
@@ -1,6 +1,9 @@
 require 'test_helper'
 
 class PipelineInstanceTest < ActiveSupport::TestCase
+
+  reset_api_fixtures :after_each_test, false
+
   def find_pi_with(token_name, pi_name)
     use_token token_name
     find_fixture(PipelineInstance, pi_name)