PromucFlow_constructor/app/server/appsmith-plugins/restApiPlugin/src
Shrikant Sharat Kandula 56b3eba57c
test: Add AssertJ for plugins, for better assertions (#31380)
PR adds assertj to the plugin modules as well so we can write better
assertions there. We're changing just one test, but to illustrate as an
example.

With the previous assertion used here, failure messages looked like
this:

```
Expected <true>, but got <false>.
```

But with the better assertions introduced in this PR, we should see
something like:

```
Expected `Random unexpected string` to end with `Host not allowed.`
```

Which should help us much better in troubleshooting.
2024-03-04 07:33:45 +05:30
..
main fix: for api-redirection (#27720) 2023-10-11 21:54:00 +05:30
test/java/com/external/plugins test: Add AssertJ for plugins, for better assertions (#31380) 2024-03-04 07:33:45 +05:30