Skip to content

Commit e733bae

Browse files
committed
fix: create selector objects when viewing matrix URL with consumer and provider
1 parent 9b747c9 commit e733bae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/pact_broker/ui/controllers/matrix.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ class Matrix < Base
4646
lines: lines,
4747
title: "The Matrix",
4848
consumer_name: params[:consumer_name],
49-
provider_name: params[:provider_name]
49+
provider_name: params[:provider_name],
50+
selectors: create_selector_objects(selectors)
5051
}
5152
haml :'matrix/show', {locals: locals, layout: :'layouts/main'}
5253
end

0 commit comments

Comments
 (0)