You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
The first is recommended -- I think ['foo:http', 'bar:http'] as a single argument would also work. This code needs better tests written, I can't update the README until I verify the behaviour is actually as I remember it to be. 😄
Sounds good -- I think we want to preserve the 'library-style' access for people who'd prefer that, but baking in CLI access as well gives people the best of both worlds. I think it definitely belongs here rather than shipping with the Flapjack gem itself, which longer-term should really only be needed by people wanting to run server-side stuff.
Flapjack::Diner.create_test_notifications_checks(CHECK_ID(S), [TEST_NOTIFICATION, ...])
Is this supposed to be:
Flapjack::Diner.create_test_notifications_checks('foo:http', 'bar:http', [TEST_NOTIFICATION, ...])
or
Flapjack::Diner.create_test_notifications_checks( { 'foo:http', 'bar:http' } , [TEST_NOTIFICATION, ...])
or something else entirely?
The README should be updated to clarify this.
The text was updated successfully, but these errors were encountered: