summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-22 11:35:39 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-22 13:28:58 -0400
commitbe30d74c20a25fba4f7669058b434a3449e17da9 (patch)
tree38d70aa9cf9e0c0aeab9469756a84fb794174246 /web
parent6568e15023c009c96a46f022236f5fd4415445c0 (diff)
downloadchat-be30d74c20a25fba4f7669058b434a3449e17da9.tar.gz
chat-be30d74c20a25fba4f7669058b434a3449e17da9.tar.bz2
chat-be30d74c20a25fba4f7669058b434a3449e17da9.zip
Removing static test. Adding start-docker as a dep for run-server.
Diffstat (limited to 'web')
-rw-r--r--web/web_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/web_test.go b/web/web_test.go
index 8305ca34e..8dde5d747 100644
--- a/web/web_test.go
+++ b/web/web_test.go
@@ -4,7 +4,6 @@
package web
import (
- "net/http"
"net/url"
"strings"
"testing"
@@ -40,6 +39,7 @@ func TearDown() {
}
}
+/* Test disabled for now so we don't requrie the client to build. Maybe re-enable after client gets moved out.
func TestStatic(t *testing.T) {
Setup()
@@ -54,6 +54,7 @@ func TestStatic(t *testing.T) {
t.Fatalf("couldn't get static files %v", resp.StatusCode)
}
}
+*/
func TestGetAccessToken(t *testing.T) {
Setup()