6 lines
140 B
Python
6 lines
140 B
Python
from harborwatch.checks import fleet_status
|
|
|
|
|
|
def test_placeholder_status():
|
|
assert "not yet implemented" in fleet_status("routeforge")
|