This is an automated email from the ASF dual-hosted git repository.
pbacsko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git
The following commit(s) were added to refs/heads/master by this push:
new 0bb441db Complete web_server_test#TestProxy (#853)
0bb441db is described below
commit 0bb441db5789c07cfff6eee8ab05a3faf03c8719
Author: 0lai0 <[email protected]>
AuthorDate: Thu Jun 6 13:36:04 2024 +0200
Complete web_server_test#TestProxy (#853)
Closes: #853
Signed-off-by: Peter Bacsko <[email protected]>
---
pkg/webtest/web_server_test.go | 4 ----
1 file changed, 4 deletions(-)
diff --git a/pkg/webtest/web_server_test.go b/pkg/webtest/web_server_test.go
index a4a2a2c7..1e8383e6 100644
--- a/pkg/webtest/web_server_test.go
+++ b/pkg/webtest/web_server_test.go
@@ -78,7 +78,3 @@ func TestWebServer(t *testing.T) {
str = string(body)
assert.Check(t, strings.Contains(str, "OK"), "test string not found")
}
-
-func TestProxy(t *testing.T) {
-
-}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]