Skip to content
Snippets Groups Projects
Commit dc44998c authored by Ho Tuan Duong's avatar Ho Tuan Duong
Browse files

Fix stub for licensed feature

parent 585b88aa
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -201,7 +201,7 @@
let(:issue_json) { { 'from' => 'backend' } }
 
before do
stub_feature_flags(jira_issues_integration: true)
stub_licensed_features(jira_issues_integration: true)
 
expect_next_found_instance_of(JiraService) do |service|
expect(service).to receive(:find_issue).with('1', rendered_fields: true).and_return(jira_issue)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment