Skip to content

Commit

Permalink
fixing testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Jun 7, 2024
1 parent 3a532d5 commit 89cf57b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion brewtils/test/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -951,4 +951,6 @@ def replication_dict(ts_epoch):

@pytest.fixture
def bg_replication(replication_dict):
return Replication(**replication_dict)
dict_copy = copy.deepcopy(replication_dict)
dict_copy["heartbeat"] = ts_dt
return Replication(**dict_copy)

0 comments on commit 89cf57b

Please sign in to comment.