diff --git a/test/integration/pro-plan-test.js b/test/integration/pro-plan-test.js index 4a4c0aad9..623f278c3 100644 --- a/test/integration/pro-plan-test.js +++ b/test/integration/pro-plan-test.js @@ -345,6 +345,7 @@ test('custom location: label_name', async function (t) { const logParams = this.logMock.child.lastCall.arg t.is(logParams.location, 'label_name') t.is(logParams.match, 'WIP') + t.is(createCheckParams.output.title, 'Label contains "WIP"') t.end() })