summary refs log tree commit diff stats
path: root/handlers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'handlers_test.go')
-rw-r--r--handlers_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/handlers_test.go b/handlers_test.go
index 088af24..66c1566 100644
--- a/handlers_test.go
+++ b/handlers_test.go
@@ -24,6 +24,8 @@ func logToNull() {
 	log.SetOutput(hush)
 }
 
+// these will be expanded later. currently, they only
+// test for a 200 status code.
 func Test_indexHandler(t *testing.T) {
 	initTestConf()
 	t.Run("indexHandler", func(t *testing.T) {