Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/migrations_helpers')
-rw-r--r--spec/support/migrations_helpers/vulnerabilities_findings_helper.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/support/migrations_helpers/vulnerabilities_findings_helper.rb b/spec/support/migrations_helpers/vulnerabilities_findings_helper.rb
index 922f49ba84a..a3cccc3a75d 100644
--- a/spec/support/migrations_helpers/vulnerabilities_findings_helper.rb
+++ b/spec/support/migrations_helpers/vulnerabilities_findings_helper.rb
@@ -31,14 +31,14 @@ module MigrationHelpers
"links" => [
{
"name" => "Cipher does not check for integrity first?",
- "url" => "https://crypto.stackexchange.com/questions/31428/pbewithmd5anddes-cipher-does-not-check-for-integrity-first"
+ "url" => "https://crypto.stackexchange.com/questions/31428/pbewithmd5anddes-cipher-does-not-check-for-integrity-first"
}
],
"assets" => [
{
"type" => "postman",
"name" => "Test Postman Collection",
- "url" => "http://localhost/test.collection"
+ "url" => "http://localhost/test.collection"
}
],
"evidence" => {
@@ -50,7 +50,7 @@ module MigrationHelpers
"headers" => [
{
"name" => "Accept",
- "value" => "*/*"
+ "value" => "*/*"
}
]
},
@@ -61,7 +61,7 @@ module MigrationHelpers
"headers" => [
{
"name" => "Content-Length",
- "value" => "0"
+ "value" => "0"
}
]
},