summaryrefslogtreecommitdiff
path: root/chromium/components/payments/core/payment_details_validation_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/payments/core/payment_details_validation_unittest.cc')
-rw-r--r--chromium/components/payments/core/payment_details_validation_unittest.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/chromium/components/payments/core/payment_details_validation_unittest.cc b/chromium/components/payments/core/payment_details_validation_unittest.cc
index dddfe16d756..97ba1800595 100644
--- a/chromium/components/payments/core/payment_details_validation_unittest.cc
+++ b/chromium/components/payments/core/payment_details_validation_unittest.cc
@@ -265,7 +265,7 @@ INSTANTIATE_TEST_CASE_P(TestCases,
"amount": {"currency": "USD", "value": "-0.01"}
}],
"modifiers": [{
- "supportedMethods": ["basic-card"],
+ "supportedMethods": "basic-card",
"data": {
"supportedTypes": ["debit"]
},
@@ -278,7 +278,7 @@ INSTANTIATE_TEST_CASE_P(TestCases,
"amount": {"currency": "USD", "value": "-0.20"}
}]
}, {
- "supportedMethods": ["basic-card"],
+ "supportedMethods": "basic-card",
"data": {
"supportedTypes": ["mastercard"]
},
@@ -304,7 +304,7 @@ INSTANTIATE_TEST_CASE_P(TestCases,
"amount": {"currency": "USD", "value": "-0.01"}
}],
"modifiers": [{
- "supportedMethods": ["basic-card"],
+ "supportedMethods": "basic-card",
"data": {
"supportedTypes": ["debit"]
},
@@ -330,7 +330,7 @@ INSTANTIATE_TEST_CASE_P(TestCases,
"amount": {"currency": "USD", "value": "-0.01"}
}],
"modifiers": [{
- "supportedMethods": ["basic-card"],
+ "supportedMethods": "basic-card",
"data": {
"supportedTypes": ["debit"]
},
@@ -356,7 +356,7 @@ INSTANTIATE_TEST_CASE_P(TestCases,
"amount": {"currency": "USD", "value": "-0.01"}
}],
"modifiers": [{
- "supportedMethods": ["basic-card"],
+ "supportedMethods": "basic-card",
"data": {
"supportedTypes": ["debit"]
},
@@ -382,7 +382,7 @@ INSTANTIATE_TEST_CASE_P(TestCases,
"amount": {"currency": "USD", "value": "-0.01"}
}],
"modifiers": [{
- "supportedMethods": ["basic-card"],
+ "supportedMethods": "basic-card",
"data": {
"supportedTypes": ["debit"]
},
@@ -408,7 +408,7 @@ INSTANTIATE_TEST_CASE_P(TestCases,
"amount": {"currency": "USD", "value": "-0.01"}
}],
"modifiers": [{
- "supportedMethods": ["basic-card"],
+ "supportedMethods": "basic-card",
"data": {
"supportedTypes": ["debit"]
},