Fixing found bug in UpdatePhoto UUID->photoUID

Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
Kris Nóva 2021-02-13 13:20:23 -08:00
parent 030b361d9e
commit 414bfb6aa1
17 changed files with 114 additions and 17 deletions

View file

@ -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 {