mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
Ability to user awxkit with websocket custom urls
This commit is contained in:
committed by
Dave
parent
81d88df757
commit
f78ba282a6
@@ -17,6 +17,11 @@ def test_explicit_hostname():
|
||||
assert client.token == "token"
|
||||
|
||||
|
||||
def test_websocket_suffix():
|
||||
client = WSClient("token", "hostname", 566, ws_suffix='my-websocket/')
|
||||
assert client.suffix == 'my-websocket/'
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
'url, result',
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user