alinta-testing 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/alinta-testing/steps/azure.rb +1 -1
- data/lib/alinta-testing/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: f088f6f7a54f65f23bf9e22d08713f4bded7118d2677c01106e648c2b08df976
|
4
|
+
data.tar.gz: 27c77c211a454e8c803b99e6c53b3beecaeb7b113727a3f2339e0203b061e081
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d39e4cc77ed4a5b9b7f917f41bbf739692536adc3e47f48944d0f4adb5777c89feae9937e6fe048e2aa3e524986d2d701c23fde8de805e2d00c583e56f5c1319
|
7
|
+
data.tar.gz: f085d5e2f3d5aa87456481d53cc8113b088985966303508c4bc60430b2abd231968ad4d8e17504e7e80e809e25aa90dd8983620e0e1736d16d697c3ee1255e88
|
@@ -88,7 +88,7 @@ Given("I retrieve the secret {string} from Azure Storage Vault {string} using ac
|
|
88
88
|
}
|
89
89
|
end
|
90
90
|
|
91
|
-
Given("I am issuing versioned requests")
|
91
|
+
Given("I am issuing versioned requests")
|
92
92
|
if ENV['api_version'] != nil && ENV['api_version'] != ""
|
93
93
|
@urlbasepath = ENV['api_version']
|
94
94
|
@urlbasepath = "#{@urlbasepath}/" unless @urlbasepath.end_with?('/')
|