mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-01 04:56:29 -04:00
rename webconsole to dashboard
This commit is contained in:
parent
fef7d6a9fa
commit
5ac8994a24
27 changed files with 103 additions and 103 deletions
|
@ -86,7 +86,7 @@ def test_services_up():
|
|||
# if the connect fails an exception is raised and the test fails
|
||||
s.connect(('localhost', 8880))
|
||||
|
||||
# check that brozzler webconsole is listening
|
||||
# check that brozzler dashboard is listening
|
||||
with socket.socket() as s:
|
||||
# if the connect fails an exception is raised and the test fails
|
||||
s.connect(('localhost', 8881))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue