Merge pull request #7013 from chrismeyersfsu/fix-schema_generator

fix schema check

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-05-13 21:05:49 +00:00 committed by GitHub
commit 660ca5f6ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ class TestSwaggerGeneration():
data
)
data = re.sub(
r'"action_node": "awx-[^"]+"',
r'"action_node": "[^"]+"',
'"action_node": "awx"',
data
)