mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
cosmetics
This commit is contained in:
parent
03dd0749e7
commit
792319e827
1 changed files with 3 additions and 2 deletions
|
|
@ -22,5 +22,6 @@ class ValidateDeadlineConnection(pyblish.api.ContextPlugin):
|
|||
# Check response
|
||||
response = requests.get(AVALON_DEADLINE)
|
||||
assert response.ok, "Response must be ok"
|
||||
assert response.text.startswith("Deadline Web Service "), \
|
||||
"Web service did not respond with 'Deadline Web Service'"
|
||||
assert response.text.startswith("Deadline Web Service "), (
|
||||
"Web service did not respond with 'Deadline Web Service'"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue