Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit e38205b

Browse files
committed
Fixup tests
1 parent b382f00 commit e38205b

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

packages/jumpstarter-kubernetes/jumpstarter_kubernetes/clients_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ def test_client_dump_json():
3535
"credential": null,
3636
"endpoint": "https://test-client"
3737
}
38-
}"""
38+
}
39+
"""
3940
)
4041

4142

packages/jumpstarter-kubernetes/jumpstarter_kubernetes/exporters_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def test_exporter_dump_json():
4949
],
5050
"endpoint": "https://test-exporter"
5151
}
52-
}"""
52+
}
53+
"""
5354
)
5455

5556

packages/jumpstarter-kubernetes/jumpstarter_kubernetes/test_leases.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ def test_lease_dump_json():
7676
"name": "test-exporter"
7777
}
7878
}
79-
}"""
79+
}
80+
"""
8081
)
8182

8283

0 commit comments

Comments
 (0)