Browse code

Added missing test object and updated DeploymentConfig's ImageChange trigger definition to match current validations.

Maciej Szulik authored on 2015/05/29 21:35:36
Showing 2 changed files
... ...
@@ -100,6 +100,7 @@ func TestExampleObjectSchemas(t *testing.T) {
100 100
 		},
101 101
 		"../test/templates/fixtures": {
102 102
 			"crunchydata-pod": nil, // Explicitly fails validation, but should pass transformation
103
+			"guestbook_list":  &templateapi.Template{},
103 104
 			"guestbook":       &templateapi.Template{},
104 105
 		},
105 106
 	}
... ...
@@ -200,7 +200,7 @@
200 200
                 "ruby-helloworld"
201 201
               ],
202 202
               "from": {
203
-                "name": "origin-ruby-sample"
203
+                "name": "origin-ruby-sample:latest"
204 204
               },
205 205
               "lastTriggeredImage": ""
206 206
             }
... ...
@@ -437,4 +437,4 @@
437 437
   "labels": {
438 438
     "template": "application-template-stibuild"
439 439
   }
440
-}
441 440
\ No newline at end of file
441
+}