itriagetestrail 1.0.34 → 1.0.35
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/itriagetestrail/version.rb +1 -1
- data/lib/itriagetestrail.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: aa52ec77de62a02d4ace1762c4b8f45ab584d20dc39b8d4cd76ae0bb21a7ac1c
|
4
|
+
data.tar.gz: df5d207fc3bdb5ff15bcf1b753e19334771809574701dd0e7e73b4332c4aa5db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58cb6b9048effb774c9ad8aaf936e444ca6298c207096641b20f973f262950a1d123b4da47f7a83e6b892037781d70fbc4f5d2f8e0c402858a41537954aa9899
|
7
|
+
data.tar.gz: 1bdf7daa9b6c85357fbd6608d15ab08a29f3c27759c8724a0ab42db83482be563c34f3c712551b7ab710ca265eeb0f4a49951cda5c7875cbe8119611611c3e32
|
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 @client.response_code == '200'
|
52
|
+
if @client.response_code == '200' || @client.response_code.nil?
|
53
53
|
true
|
54
54
|
else
|
55
55
|
puts "**** TESTRAIL IS OFFLINE for maintenance or other reason with status code #{@client.response_code}"
|