Skip to content

Commit

Permalink
tests: remove purge block from channel defs
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Jan 25, 2024
1 parent cee7399 commit d2854dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
1 change: 1 addition & 0 deletions tests/test_AlertConsumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def test_no_filter(dev_context, single_source_directive):
]
},
},
raise_exc=True,
)
assert ap.run() == 1

Expand Down
22 changes: 0 additions & 22 deletions tests/testing-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,6 @@ channel:
TEST_CHANNEL:
channel: TEST_CHANNEL
version: 0
purge:
content:
delay: 100
format: json
unify: true
compress: true
logs:
delay: 50
format: csv
compress: true
header: false
active: true
hash: null
distrib: null
Expand All @@ -140,17 +129,6 @@ channel:
LONG_CHANNEL:
channel: LONG_CHANNEL
version: 0
purge:
content:
delay: 100
format: json
unify: true
compress: true
logs:
delay: 50
format: csv
compress: true
header: false
active: true
hash: null
distrib: null
Expand Down

0 comments on commit d2854dc

Please sign in to comment.