Follow up - 12a5e9dba3 - Apply changes to tests now that GitHub integration is merged into develop.

This commit is contained in:
Thorsten Eckel 2021-03-15 09:35:31 +01:00
parent de76fb9a27
commit 07c9541350
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ RSpec.describe GitHub, type: :integration do # rubocop:disable RSpec/FilePath
id: '1575', id: '1575',
title: 'GitHub integration', title: 'GitHub integration',
url: ENV['GITHUB_ISSUE_LINK'], url: ENV['GITHUB_ISSUE_LINK'],
icon_state: 'open', icon_state: 'closed',
milestone: '4.0', milestone: '4.0',
assignees: ['Thorsten'], assignees: ['Thorsten'],
labels: [ labels: [

View file

@ -20,7 +20,7 @@ RSpec.describe 'GitHub', type: :request do
id: '1575', id: '1575',
title: 'GitHub integration', title: 'GitHub integration',
url: ENV['GITHUB_ISSUE_LINK'], url: ENV['GITHUB_ISSUE_LINK'],
icon_state: 'open', icon_state: 'closed',
milestone: '4.0', milestone: '4.0',
assignees: ['Thorsten'], assignees: ['Thorsten'],
labels: [ labels: [