Skip to content

Commit a5bd3f2

Browse files
committed
fix perms typo in definition
1 parent f112c61 commit a5bd3f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.rabbitmq/definitions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"write": ".*"
99
},
1010
{
11-
"configure": "test_exchange\\..*",
12-
"read": "test_exchange.*",
11+
"configure": "test-exchange\\..*",
12+
"read": "test-exchange.*",
1313
"user": "guest2",
1414
"vhost": "/",
15-
"write": "test_exchange"
15+
"write": "test-exchange"
1616
}
1717
],
1818
"bindings": [],

0 commit comments

Comments
 (0)