Skip to content

Commit 40bba4e

Browse files
committed
Fix wrong pattern in test
1 parent d85233f commit 40bba4e

File tree

1 file changed

+1
-1
lines changed
  • Tests/DependencyInjection/Fixtures

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/Fixtures/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ old_sound_rabbit_mq:
109109
arguments: null
110110
ticket: null
111111
routing_keys:
112-
- 'android.#.upload'
112+
- 'android.upload'
113113
- 'iphone.upload'
114114
callback: foo.multiple_test2.callback
115115

0 commit comments

Comments
 (0)