Skip to content

Validate GitHub config fix

Created by: pjlast

Uses the provided URN in the newAppProvider function, instead of deriving it from the provided ExternalService, as the Validate function provides a nil ExternalService, which causes newAppProvider to dereference a nil pointer.

Test plan

Added unit test

Merge request reports

Loading