Skip to content

Commit

Permalink
CTOOLS-373: Corrected regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Storey-Finbourne committed Sep 30, 2024
1 parent f5baf5c commit d34eeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/templates/api_test.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class {{#operations}}Test{{classname}}(unittest.IsolatedAsyncioTestCase):
count += 1
regex = r"{{{vendorExtensions.x-regex}}}"
regex_map = {
r'^(?=.*[a-zA-Z])[\\w][\\w +-]{2,100}$': "official-portfolios-read-only",
r'^(?=.*[a-zA-Z])[\w][\w +-]{2,100}$': "official-portfolios-read-only",
r'^[a-zA-Z0-9\\+/]*={0,3}$': "L=="
}

Expand Down

0 comments on commit d34eeee

Please sign in to comment.