itriagetestrail 1.0.29 → 1.0.30
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/itriagetestrail.rb +1 -1
- data/lib/itriagetestrail/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9c2598f1f48638196f167848fe54f68852fb6834a885ea248a6e4c954d052a6
|
4
|
+
data.tar.gz: fcf15ba7fd2d2475865e9057c60febe4cef4713afb66dfcc1db2aae75a22c60b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6385187bc0a55a7b1c4b12a3aa51515b7b19bb9f6b0d283466c6ebffa2436267937c68ab24ba2523732a369fe88105361b9b0b880ccdd94445181a307627cf8
|
7
|
+
data.tar.gz: 870b45e4257f79456864ad553b7b9576f1d52f235dd13d6ed802a6b0b2d1e290888c0cb22dafafb4411bc254f66f8422982cfc160ad9b849dcb0cffe681386c3
|
data/lib/itriagetestrail.rb
CHANGED
@@ -49,7 +49,7 @@ module Itriagetestrail
|
|
49
49
|
# This is the very first call to TestRail
|
50
50
|
make_connection
|
51
51
|
projects
|
52
|
-
if @
|
52
|
+
if @client.response_code == '200'
|
53
53
|
true
|
54
54
|
else
|
55
55
|
puts "**** TESTRAIL IS OFFLINE for maintenance or other reason with status code #{@client.response_code}"
|