I’m building a very simple Oauth app to be put on the shopify marketplace. I am stuck on the automated tests that veify the hmac validation for webhooks.
I have used the Shopify CLI to test all 3 of my configured webhooks - and have confirmed that they are correctly sending a non-200 response when the hmac is invalid - and a 200 response when it is valid. However I am still failing the second automated test in that screenshot.
I read in another thread (https://community.shopify.com/topic/2488112) that this automated test apparently includes testing for the install page? I do have hmac validation on the install page, I just display an “invalid integration” message to the user in my interface - but I don’t send anything back to shopify on that install page - just display that message to the user. Is there actually an automated test for the install page and if so does anyone know WHAT that test is so I can pass it?
