From 0535b947ce1fddee4f61912e69780f1f197ba99d Mon Sep 17 00:00:00 2001 From: Nick Gerakines Date: Thu, 9 Apr 2020 20:14:03 -0400 Subject: [PATCH] Misc. changes to improve test automation. --- publisher/command.go | 1 + templates/index.html | 6 +++--- templates/network.html | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/publisher/command.go b/publisher/command.go index 314e79c..ec88760 100644 --- a/publisher/command.go +++ b/publisher/command.go @@ -96,6 +96,7 @@ func publisherCommandAction(cliCtx *cli.Context) error { p := &publisher{ q: q, httpClient: httpClient, + logger: logger, } houndCB := tavernCallback{ location: cliCtx.String("publisher-callback"), diff --git a/templates/index.html b/templates/index.html index 4cc7964..b6f949c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,15 +13,15 @@
- +
- +
-{{end}} \ No newline at end of file +{{end}} diff --git a/templates/network.html b/templates/network.html index ce416c3..3c77c82 100644 --- a/templates/network.html +++ b/templates/network.html @@ -31,7 +31,7 @@ {{ range .following }} - + {{ . }} @@ -44,7 +44,7 @@ {{ end }} {{ range .pending_following }} - + Pending {{ . }} @@ -54,7 +54,7 @@ {{ end }} {{ range .groups }} - + Group {{ . }} @@ -68,7 +68,7 @@ {{ end }} {{ range .pending_groups }} - + Group Pending