Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgameiroborges committed Apr 22, 2024
1 parent c41acb3 commit c27f6b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ def test_update_endpoints_with_relation(harness):

# Check that the unit relation databag contains (or not) the endpoints.
unit_relation_data = harness.get_relation_data(rel, harness.charm.unit.name)
print(f"unit_relation_data: {unit_relation_data}")
assert_based_on_relation(
"master" in unit_relation_data
and master + user == unit_relation_data["master"]
Expand Down

0 comments on commit c27f6b1

Please sign in to comment.