@@ -36,11 +36,11 @@ func TestRunInspect_realAPI(t *testing.T) {
3636 t .Skip ()
3737 }
3838 Convey ("Testing RunInspect() on real API" , t , func () {
39- Convey ("image:ubuntu-wily " , func () {
39+ Convey ("image:ubuntu-bionic " , func () {
4040 args := InspectArgs {
4141 Format : "" ,
4242 Browser : false ,
43- Identifiers : []string {"image:ubuntu-wily " },
43+ Identifiers : []string {"image:ubuntu-bionic " },
4444 Arch : "arm" ,
4545 }
4646
@@ -54,13 +54,13 @@ func TestRunInspect_realAPI(t *testing.T) {
5454 So (err , ShouldBeNil )
5555 So (len (results ), ShouldEqual , 1 )
5656 So (strings .ToLower (results [0 ].Name ), ShouldContainSubstring , "ubuntu" )
57- So (strings .ToLower (results [0 ].Name ), ShouldContainSubstring , "wily " )
57+ So (strings .ToLower (results [0 ].Name ), ShouldContainSubstring , "bionic " )
5858
59- Convey ("-f \" {{.Identifier}}\" image:ubuntu-wily " , func () {
59+ Convey ("-f \" {{.Identifier}}\" image:ubuntu-bionic " , func () {
6060 args := InspectArgs {
6161 Format : "{{.Identifier}}" ,
6262 Browser : false ,
63- Identifiers : []string {"image:ubuntu-wily " },
63+ Identifiers : []string {"image:ubuntu-bionic " },
6464 Arch : "arm" ,
6565 }
6666
0 commit comments