Commit 3ccf29d4 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Do not use blackbox tests for queueing

parent 82b82457
package queueing_test package queueing
import ( import (
"testing" "testing"
"time" "time"
. "gitlab.com/gitlab-org/gitlab-workhorse/internal/queueing"
) )
func TestNormalQueueing(t *testing.T) { func TestNormalQueueing(t *testing.T) {
......
package queueing_test package queueing
import ( import (
"fmt" "fmt"
...@@ -6,8 +6,6 @@ import ( ...@@ -6,8 +6,6 @@ import (
"net/http/httptest" "net/http/httptest"
"testing" "testing"
"time" "time"
. "gitlab.com/gitlab-org/gitlab-workhorse/internal/queueing"
) )
var httpHandler = http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { var httpHandler = http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment