frontends.name -> frontends.token (#119)

This commit is contained in:
Michael Quigley
2022-11-30 11:52:48 -05:00
parent 0f9ed9dd68
commit f54d315e34
6 changed files with 11 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ func TestPublicFrontend(t *testing.T) {
feName := "public"
feId, err := str.CreateFrontend(envId, &Frontend{
Name: "name",
Token: "token",
ZId: "zId0",
PublicName: &feName,
}, tx)