Nikolaos Georgiou

Results 7 comments of Nikolaos Georgiou

A nice use case is described in the issue I opened ( #3198 ), in which I'd like to be able to do: `helm package --version 1.2.3 --set image.tag 1.2.3`...

Hi @adshmh , looks good; unfortunately I don't know Go but I see you covered it with the test cases and all, so it probably does what it says :)...

Thanks @YunaBraska this fixed it for me as well. I noticed that with ".*" the resulting binary grew 10x in size, even though I only have one small toml file...

I've put together a library that offers AssertJ assertions for `MockMvc` but also for `ResponseEntity` (returned by `TestRestTemplate`): https://github.com/ngeor/yak4j-spring-test-utils

Thanks for linking to the issue I opened! Indeed they seem quite similar. Consider calling the new option `noFail` (that defaults to false).