module GovukSchemas::AssertMatchers
def assert_valid_against_notification_schema(payload, schema_name)
def assert_valid_against_notification_schema(payload, schema_name) assert_valid_against_schema(payload, schema_name, "notification") end
def assert_valid_against_notification_schema(payload, schema_name) assert_valid_against_schema(payload, schema_name, "notification") end