@MockkBeanではevery文で定義しなかった関数は何も返さない関数に置き換わりますが、@SpykBeanではevery文で定義しなかった関数はそのままオリジナルの関数の定義を引き継ぎ...
2022/07/04
2022/07/03
When allowCredentials is true, allowedOrigins cannot contain the special value "*" since that cannot be set on the "Access-Control-Allow-Origin" response header. To allow credentials to a set of origins, list them explicitly or consider using "allowedOriginPatterns" instead
Use config.setAllowedOriginPatterns("*") instead of config.setAllowedOrigins(Collections.singletonList("*"...