Skip to content

Commit

Permalink
executed make test from ocean
Browse files Browse the repository at this point in the history
  • Loading branch information
Arik Gortsunian authored and Arik Gortsunian committed Dec 24, 2024
1 parent 331129e commit 2cf63a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class MappedEntity:
entity: dict[str, Any] = field(default_factory=dict)
did_entity_pass_selector: bool = False
raw_data: Optional[dict[str, Any]] = None
misconfigurations: dict[str, str] = {}
misconfigurations: dict[str, str] = field(default_factory=dict)


class JQEntityProcessor(BaseEntityProcessor):
Expand Down

0 comments on commit 2cf63a4

Please sign in to comment.