mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
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:
commit
660ca5f6ff
@ -174,7 +174,7 @@ class TestSwaggerGeneration():
|
||||
data
|
||||
)
|
||||
data = re.sub(
|
||||
r'"action_node": "awx-[^"]+"',
|
||||
r'"action_node": "[^"]+"',
|
||||
'"action_node": "awx"',
|
||||
data
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user