Skip to content

Commit

Permalink
fix event tests
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 16, 2024
1 parent e99daee commit ad22dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/core/event/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ def make_event(
if internal == True:
event.internal = True
if tags:
event.add_tags(tags)
event.tags = tags.union(event.tags)
event_type = data.type
return event
else:
Expand Down

0 comments on commit ad22dfe

Please sign in to comment.