mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 07:18:35 -05:00
make activity stream action_node deterministic for Swagger docs
This commit is contained in:
@@ -176,4 +176,9 @@ class TestSwaggerGeneration():
|
||||
r'\1xxxx\3',
|
||||
data
|
||||
)
|
||||
data = re.sub(
|
||||
r'"action_node": "awx-[^"]+"',
|
||||
'"action_node": "awx"',
|
||||
data
|
||||
)
|
||||
f.write(data)
|
||||
|
||||
Reference in New Issue
Block a user