From 7a7c2383dfd585d62661223f89d8d3537d8c5539 Mon Sep 17 00:00:00 2001 From: arcuri82 Date: Wed, 27 Mar 2024 22:30:07 +0100 Subject: [PATCH] fixed compilation issue --- .../org/evomaster/core/problem/httpws/auth/HttpWsNoAuth.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/kotlin/org/evomaster/core/problem/httpws/auth/HttpWsNoAuth.kt b/core/src/main/kotlin/org/evomaster/core/problem/httpws/auth/HttpWsNoAuth.kt index c00040895e..fdb4df9322 100644 --- a/core/src/main/kotlin/org/evomaster/core/problem/httpws/auth/HttpWsNoAuth.kt +++ b/core/src/main/kotlin/org/evomaster/core/problem/httpws/auth/HttpWsNoAuth.kt @@ -3,4 +3,4 @@ package org.evomaster.core.problem.httpws.auth import org.evomaster.core.problem.enterprise.auth.NoAuth -class HttpWsNoAuth : HttpWsAuthenticationInfo("NoAuth", listOf(), null), NoAuth \ No newline at end of file +class HttpWsNoAuth : HttpWsAuthenticationInfo("NoAuth", listOf(), null, false), NoAuth \ No newline at end of file