Skip to content

Commit

Permalink
chore: remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Apr 12, 2024
1 parent abaaf64 commit 3a9a78d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_e2e/test_cloud_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ def test_get_cloud_spec():
model=scenario.Model(name="lxd-model", type="lxd"),
)
with ctx.manager("start", state=state) as mgr:
print("-==============")
print(mgr.charm.model.get_cloud_spec())
print("-==============")
print(expected_cloud_spec)
print("-==============")

assert mgr.charm.model.get_cloud_spec() == expected_cloud_spec


Expand Down

0 comments on commit 3a9a78d

Please sign in to comment.