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