@@ -134,22 +134,22 @@ func TestImageHistory(t *testing.T) {
134134 Expected : test .Expects (0 , nil , func (stdout string , t tig.T ) {
135135 history , err := decode (stdout )
136136 assert .NilError (t , err , "decode should not fail" )
137- assert .Equal (t , history [1 ].Snapshot , "sha256:56bf55b8eed1f0b4794a30386e4d1d3da949c25bcb5155e898097cd75dc77c2a " )
137+ assert .Equal (t , history [1 ].Snapshot , "sha256:a16e98724c05975ee8c40d8fe389c3481373d34ab20a1cf52ea2accc43f71f4c " )
138138 assert .Equal (t , history [1 ].CreatedBy , "/bin/sh -c #(nop) ADD file:3b16ffee2b26d8af5db152fcc582aaccd9e1ec9e3343874e9969a205550fe07d in / " )
139139 }),
140140 },
141141 {
142142 Description : "Quiet has no effect with format, so, go no-json, no-trunc" ,
143143 Command : test .Command ("image" , "history" , "--human=false" , "--no-trunc" , "--quiet" , testutil .CommonImage ),
144144 Expected : test .Expects (0 , nil , func (stdout string , t tig.T ) {
145- assert .Equal (t , stdout , "<missing>\n sha256:56bf55b8eed1f0b4794a30386e4d1d3da949c25bcb5155e898097cd75dc77c2a \n " )
145+ assert .Equal (t , stdout , "<missing>\n sha256:a16e98724c05975ee8c40d8fe389c3481373d34ab20a1cf52ea2accc43f71f4c \n " )
146146 }),
147147 },
148148 {
149149 Description : "With quiet, trunc has no effect" ,
150150 Command : test .Command ("image" , "history" , "--human=false" , "--no-trunc" , "--quiet" , testutil .CommonImage ),
151151 Expected : test .Expects (0 , nil , func (stdout string , t tig.T ) {
152- assert .Equal (t , stdout , "<missing>\n sha256:56bf55b8eed1f0b4794a30386e4d1d3da949c25bcb5155e898097cd75dc77c2a \n " )
152+ assert .Equal (t , stdout , "<missing>\n sha256:a16e98724c05975ee8c40d8fe389c3481373d34ab20a1cf52ea2accc43f71f4c \n " )
153153 }),
154154 },
155155 },
0 commit comments