diff --git a/pipeline/artifactory/artifactory_test.go b/pipeline/artifactory/artifactory_test.go index 71085be8d..f5f806246 100644 --- a/pipeline/artifactory/artifactory_test.go +++ b/pipeline/artifactory/artifactory_test.go @@ -47,6 +47,10 @@ func testHeader(t *testing.T, r *http.Request, header string, want string) { } } +// TODO: improve all tests bellow by checking wether the mocked handlers +// were called or not. + + func TestRunPipe_ModeBinary(t *testing.T) { setup() defer teardown()