Fixing found bug in UpdatePhoto UUID->photoUID
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
030b361d9e
commit
414bfb6aa1
17 changed files with 114 additions and 17 deletions
|
@ -63,7 +63,7 @@ func TestSadUpdatePhoto(t *testing.T) {
|
|||
t.FailNow()
|
||||
return
|
||||
}
|
||||
photo.UUID = UnknownPhotoID
|
||||
photo.PhotoUID = UnknownPhotoID
|
||||
photo.PhotoDescription = fmt.Sprintf("Sample App Description: %s", time.Now().String())
|
||||
photo, err = Client.V1().UpdatePhoto(photo)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue