Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
StephKll3c committed Mar 28, 2024
1 parent 06b39b8 commit a0c8ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/connectors/test_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_connector(storage, mocked_trigger_logs):
test_connector.send_event = Mock()

test_connector.trigger_activation = "2022-03-14T11:16:14.236930Z"
test_connector.configuration = {"intake_key": "", "intake_server": "https://intake.sekoia.io"}
test_connector.configuration = {"intake_key": ""}

test_connector.log = Mock()
test_connector.log_exception = Mock()
Expand Down

0 comments on commit a0c8ae2

Please sign in to comment.