Skip to content
Snippets Groups Projects
Commit 381ff806 authored by Michał Bień's avatar Michał Bień
Browse files

Fixed janitor tests part 1

parent 7963fbba
No related branches found
No related tags found
No related merge requests found
......@@ -60,5 +60,8 @@ func TestReadinessServiceServer_CheckIfReady(t *testing.T) {
func TestCertManagerServiceServer_DeleteIfExists(t *testing.T) {
server := NewCertManagerServiceServer(testclient.NewSimpleClientset())
res, err := server.DeleteIfExists(context.Background(), &req)
res, err := server.DeleteIfExists(context.Background(), &illegal_req)
if err == nil || res != nil {
t.Fail()
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment