File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
deps/rabbitmq_auth_backend_oauth2/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ normalize_token_scope_with_additional_scopes_complex_claims(_) ->
635635 <<" rabbitmq3" >> =>
636636 [<<" rabbitmq-resource.write:*/*" >>,
637637 <<" rabbitmq-resource-write" >>]},
638- [<<" read:*/*" >>, << " rabbitmq.rabbitmq-resource-read " >> ]
638+ [<<" read:*/*" >>]
639639 },
640640 {
641641 " claims are map with list content - empty result" ,
@@ -648,7 +648,7 @@ normalize_token_scope_with_additional_scopes_complex_claims(_) ->
648648 " claims are map with binary content" ,
649649 #{ <<" rabbitmq" >> => <<" rabbitmq-resource.read:*/* rabbitmq-resource-read" >>,
650650 <<" rabbitmq3" >> => <<" rabbitmq-resource.write:*/* rabbitmq-resource-write" >>},
651- [<<" rabbitmq.rabbitmq-resource. read:*/*" >>, << " rabbitmq.rabbitmq-resource-read " >>]
651+ [<<" read:*/*" >>]
652652 },
653653 {
654654 " claims are map with binary content - empty result" ,
You can’t perform that action at this time.
0 commit comments