more cleanups and polish for sharing and reserving (#122, #41)

This commit is contained in:
Michael Quigley
2022-11-30 14:38:49 -05:00
parent 3f5c5003de
commit 301249fe4a
18 changed files with 227 additions and 20 deletions

View File

@@ -51,7 +51,7 @@ func TestPublicFrontend(t *testing.T) {
err = str.DeleteFrontend(fe.Id, tx)
assert.Nil(t, err)
fe0, err = str.FindFrontendNamed(feName, tx)
fe0, err = str.FindFrontendWithToken(feName, tx)
assert.NotNil(t, err)
assert.Nil(t, fe0)