3.6 Advanced Capstone

Hi, I’ve been working on the level 3 capstone 3.6 and I’m having difficulty with one of the tests passing , I have all other sections of three passing , any help would be great thank you .

I’ve attached a screenshot showing my issue.

Hi @Kaitlin
Can you share your code for exercise 3.6 please? You can send it by personal message if you prefer :slight_smile:
Thanks!

Hi @Kaitlin
The reason your test is failing is because the result is expecting a:

 `notAuthorized

Error, whereas yours is spelt with an s :

`notAuthorised

Hope this helps!