@@ -134,22 +134,22 @@ func TestImageHistory(t *testing.T) {
134
134
Expected : test .Expects (0 , nil , func (stdout string , t tig.T ) {
135
135
history , err := decode (stdout )
136
136
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 " )
138
138
assert .Equal (t , history [1 ].CreatedBy , "/bin/sh -c #(nop) ADD file:3b16ffee2b26d8af5db152fcc582aaccd9e1ec9e3343874e9969a205550fe07d in / " )
139
139
}),
140
140
},
141
141
{
142
142
Description : "Quiet has no effect with format, so, go no-json, no-trunc" ,
143
143
Command : test .Command ("image" , "history" , "--human=false" , "--no-trunc" , "--quiet" , testutil .CommonImage ),
144
144
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 " )
146
146
}),
147
147
},
148
148
{
149
149
Description : "With quiet, trunc has no effect" ,
150
150
Command : test .Command ("image" , "history" , "--human=false" , "--no-trunc" , "--quiet" , testutil .CommonImage ),
151
151
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 " )
153
153
}),
154
154
},
155
155
},
0 commit comments