Skip to content

Commit

Permalink
Remove unnecessary replan.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Nov 23, 2023
1 parent 2b938a7 commit 82e2f17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_real_pebble.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ def test_log_forwarding(self):
},
},
}, combine=True)
self.client.replan_services()
plan = self.client.get_plan()
self.assertEqual(len(plan.log_targets), 1)
self.assertEqual(plan.log_targets["pretend-loki"].type, "loki")
Expand Down

0 comments on commit 82e2f17

Please sign in to comment.