sumo-check-sumo 0.0.18 → 0.0.19
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/sumo-check-sumo_basic_contact_us_form.rb +5 -5
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f106928d8dcb110144610c96ec1481e44ab0768c
|
4
|
+
data.tar.gz: fa4b235c4281ff19160981edca5708c90efb81d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89a18edcfcb849e02b9da6eeef4f908e6f139311cbd84843059a960ec67356d18403d5bf8b454bcb5e29daf9fe67af2a9012cb34b24469a3427da80bff6a6f2f
|
7
|
+
data.tar.gz: f8e89aac188a6186d17be9c17011378f0e1ca69913df705b856e67d73120a2d17dd9c5d16109ba0488e4c949790aec76c7c318446726a34b3c26e61033299848
|
@@ -13,11 +13,11 @@ class SensuSumoBasicClientTest < Sensu::Plugin::Check::CLI
|
|
13
13
|
description: 'URL of test suite',
|
14
14
|
default: 'http://sumotest.sumo.com/test-1.html'
|
15
15
|
|
16
|
-
option :chromedriver,
|
17
|
-
:
|
18
|
-
:
|
19
|
-
:
|
20
|
-
:
|
16
|
+
option :chromedriver,
|
17
|
+
short: "-c /usr/local/bin/chromedriver",
|
18
|
+
long: "--chrome /usr/local/bin/chromedriver",
|
19
|
+
default: '/usr/local/bin/chromedriver',
|
20
|
+
description: "chromedriver location"
|
21
21
|
|
22
22
|
option :interactive,
|
23
23
|
short: '-i',
|