Adding working tests

Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
Kris Nóva 2021-02-09 18:33:05 -08:00
parent b7fd487a2e
commit 1dba5d7106
2 changed files with 20 additions and 9 deletions

View file

@ -17,6 +17,7 @@ const (
WellKnownPass = "missy"
BadPassword = "charlie"
WellKnownPhotoID = "pqnzigq351j2fqgn" // This is a photo in the persistent sample app
UnknownPhotoID = "1234567890"
WellKnownSampleAppConnectionString = "http://localhost:8080"
)