Howdy!
I have a few required variables in my custom AWS module and I would like to write a test that expects a failed test/an error to appear, if they are not defined. Is is possible to do this using expect_failures
inside a run block?
If not, how would one create an assertion for this?
Cheers,
Alen M.