Skip to content

Commit cbb73ef

Browse files
committed
chore: fix doc link
1 parent 7998263 commit cbb73ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_idle_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def test_workload_error(response: dict[str, Any], kwargs):
164164
def test_machine_ok(response: dict[str, Any], kwargs):
165165
app = response["response"]["applications"]["hexanator"]
166166
app["units"]["hexanator/0"]["machine"] = "42"
167-
# https://github.com/dimaqq/juju-schema-analysis/blob/main/schemas-juju-3.5.4.txt#L3611-L3674
167+
# https://github.com/dimaqq/juju-schema-analysis/blob/main/schemas-juju-3.5.4.model-user.txt#L3611-L3674
168168
response["response"]["machines"] = {
169169
"42": {
170170
"instance-status": {

0 commit comments

Comments
 (0)