mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
fix schema check
* Not sure how or when, but ours crawling tests set the cluster node id to NOT start with `awx-`. That is fine, the schema checker just needs to account for that.
This commit is contained in:
parent
bba9d86078
commit
8bf426479c
@ -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