Skip to content

Commit

Permalink
fixed compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Mar 27, 2024
1 parent 2f3a7d3 commit 7a7c238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
class HttpWsNoAuth : HttpWsAuthenticationInfo("NoAuth", listOf(), null, false), NoAuth

0 comments on commit 7a7c238

Please sign in to comment.