2659: hide job re-run button when user is inactive and add fixtures and tests for...
[arvados.git] / services / api / test / fixtures / pipeline_instances.yml
index 184e7228180e3811613de43878a8fb9f06d0f58a..69e1f7d5ff7d2da848ee5308ff78eca202da1a36 100644 (file)
@@ -216,6 +216,22 @@ pipeline_owned_by_active_in_home:
           dataclass: Collection
           title: foo instance input
 
+pipeline_in_publicly_accessible_project:
+  uuid: zzzzz-d1hrv-n68vc490mloy4fi
+  owner_uuid: zzzzz-j7d0g-zhxawtyetzwc5f0
+  name: Pipeline in publicly accessible project
+  state: Complete
+  created_at: 2014-09-15 12:00:00
+  components:
+    foo:
+      script: foo
+      script_version: master
+      script_parameters:
+        input:
+          required: true
+          dataclass: Collection
+          title: foo instance input
+
 # Test Helper trims the rest of the file
 
 # Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper