Skip to content

Commit

Permalink
Add missing running entry to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakari Laine committed Apr 22, 2024
1 parent ab65736 commit efd08f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/gitlab-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ describe('Gitlab client', () => {
author: 'Heikki Pora'
},
ref: 'feature/test-branch',
running: false,
stages: [
{
name: 'test',
Expand Down Expand Up @@ -117,6 +118,7 @@ describe('Gitlab client', () => {
title: 'Fail more'
},
ref: 'master',
running: false,
stages: [
{
jobs: [
Expand Down Expand Up @@ -173,6 +175,7 @@ describe('Gitlab client', () => {
title: '[ci skip] do nothing'
},
ref: 'master',
running: false,
stages: [{
jobs: [{
finishedAt: '2024-04-20T08:24:58.581Z',
Expand Down Expand Up @@ -207,6 +210,7 @@ describe('Gitlab client', () => {
author: 'Heikki Pora'
},
ref: 'feature/test-branch',
running: false,
stages: [
{
name: 'test',
Expand Down Expand Up @@ -395,6 +399,7 @@ describe('Gitlab client', () => {
},
id: 1261086879,
ref: 'master',
running: false,
stages: [{
jobs: [{
finishedAt: '2024-04-20T08:24:30.130Z',
Expand Down

0 comments on commit efd08f6

Please sign in to comment.