Skip to content

Commit f9bfb5d

Browse files
committed
Update amazon-mws-auth-token-value.yaml
1 parent eea177a commit f9bfb5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tokens/amazon-mws-auth-token-value.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ requests:
1212

1313
matchers-condition: and
1414
matchers:
15-
- part: body
15+
- type: regex
16+
part: body
1617
regex:
1718
- "amzn\\.mws\\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
18-
type: regex
1919

2020
extractors:
21-
- part: body
21+
- type: regex
22+
part: body
2223
regex:
2324
- "amzn\\.mws\\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
24-
type: regex

0 commit comments

Comments
 (0)