map: tickets 06+07 resolved; 05 partial (live spawn pending gitea token)
This commit is contained in:
@@ -102,7 +102,7 @@ func TestGitLabStatusStoreFailure(t *testing.T) {
|
||||
|
||||
func TestGitLabConnectStoreFailures(t *testing.T) {
|
||||
up := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||
_, _ = w.Write([]byte(`{"login":"alice"}`))
|
||||
_, _ = w.Write([]byte(`{"login":"alice"}`))
|
||||
}))
|
||||
t.Cleanup(up.Close)
|
||||
dead := openTestStore(t)
|
||||
|
||||
Reference in New Issue
Block a user