summaryrefslogtreecommitdiffstats
path: root/commands/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/server_test.go')
-rw-r--r--commands/server_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/server_test.go b/commands/server_test.go
index 438837a90..24f203ad0 100644
--- a/commands/server_test.go
+++ b/commands/server_test.go
@@ -68,6 +68,7 @@ func TestServer(t *testing.T) {
homeContent := helpers.ReaderToString(resp.Body)
assert.Contains(homeContent, "List: Hugo Commands")
+ assert.Contains(homeContent, "Environment: development")
// Stop the server.
stop <- true