Removing static test. Adding start-docker as a dep for run-server.
Этот коммит содержится в:
@@ -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()
|
||||
|
||||
Ссылка в новой задаче
Block a user