Follow up - 12a5e9dba3
- Apply changes to tests now that GitHub integration is merged into develop.
This commit is contained in:
parent
de76fb9a27
commit
07c9541350
2 changed files with 2 additions and 2 deletions
|
@ -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: [
|
||||||
|
|
|
@ -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: [
|
||||||
|
|
Loading…
Reference in a new issue