Skip to content

Commit

Permalink
updated subqueue delimiter test accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Perucki committed Oct 13, 2016
1 parent 825d770 commit efa050e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_subqueues.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_unmatchable_subqueues(worker, queue, enqueue_on):
worker.stop()


@pytest.mark.parametrize(["delimiter"], ["/", ".", "_"])
@pytest.mark.parametrize(["delimiter"], ["/", ".", "-"])
def test_custom_delimiters(worker, delimiter):

queue = "main" + delimiter
Expand Down

0 comments on commit efa050e

Please sign in to comment.