Update test to reflect new ApiInfo struct
This commit is contained in:
parent
0443cc351d
commit
8243f2510e
1 changed files with 2 additions and 2 deletions
|
@ -106,8 +106,8 @@ func TestGetInfo(t *testing.T) {
|
|||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
if infos.Version != VERSION {
|
||||
t.Errorf("Excepted version %s, %s found", VERSION, infos.Version)
|
||||
if infos.Images != 1 {
|
||||
t.Errorf("Excepted images: %d, %d found", 1, infos.Images)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue