Merge "Remove the invalid quotes"

This commit is contained in:
Zuul 2022-06-07 22:44:00 +00:00 committed by Gerrit Code Review
commit ad1649c81e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ rules = [
operations=[
{
'path': '/v1/secrets/{secret-id}',
'method': 'GET"'
'method': 'GET'
}
]
),