Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Oct 2, 2024
1 parent e42877e commit ff70e84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ class ContainerControllerTest extends Specification {
def validation = new ValidationServiceImpl()
def pairing = Mock(PairingService)
def channel = Mock(PairingChannel)
def controller = new ContainerController(validationService: validation, pairingService: pairing, pairingChannel: channel)
def controller = new ContainerController(validationService: validation, pairingService: pairing, pairingChannel: channel, buildConfig: buildConfig)
def err

when:
Expand Down

0 comments on commit ff70e84

Please sign in to comment.