Skip to content

Commit

Permalink
fixup! tests(twa): Rewrite TWA unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Jun 23, 2023
1 parent 35a05b0 commit d37f702
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions charms/tensorboards-web-app/tests/unit/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
@pytest.fixture(scope="function")
def harness() -> Harness:
"""Create and return Harness for testing."""
harness = Harness(TensorboardsWebApp)

# Set up container networking simulation
harness.set_can_connect(APP_NAME, True)
return harness
return Harness(TensorboardsWebApp)


class TestCharm:
Expand Down

0 comments on commit d37f702

Please sign in to comment.