Closed fessyfoo closed 9 years ago
the .fixtures file is picking up the latest monitoring_check which depends on a later sensu_check however the sensu_check in the .fixtures file was pinnned to a specific version for some reason: https://github.com/Yelp/sensu_handlers/commit/c5355c4072483a4d3c145163e8c9eddee1065fa7
I'm guessing the fix would be to test against latest sensu_handler fixture?
This is breaking my spec tests so we getting it sorted would be ++
@somic can you help with this?
separate pr with the fix #59 [ so as not to include the trigger ]
the .fixtures file is picking up the latest monitoring_check which depends on a later sensu_check however the sensu_check in the .fixtures file was pinnned to a specific version for some reason: https://github.com/Yelp/sensu_handlers/commit/c5355c4072483a4d3c145163e8c9eddee1065fa7
I'm guessing the fix would be to test against latest sensu_handler fixture?