mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 18:20:00 -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:
@@ -174,7 +174,7 @@ class TestSwaggerGeneration():
|
||||
data
|
||||
)
|
||||
data = re.sub(
|
||||
r'"action_node": "awx-[^"]+"',
|
||||
r'"action_node": "[^"]+"',
|
||||
'"action_node": "awx"',
|
||||
data
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user