Skip to content

Commit

Permalink
Fix test message
Browse files Browse the repository at this point in the history
  • Loading branch information
JSRedondo committed Jun 24, 2022
1 parent 6a1ffc0 commit e047251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fastlyKeyExpiration.check.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Fastly Key Expiration Check', () => {
},
PASSED: {
status: status.PASSED,
checkOutput: 'Fastly key expiration date is ok',
checkOutput: `Fastly key ${defaultOptions.name} is configured correctly`,
severity: 2
}
};
Expand Down

0 comments on commit e047251

Please sign in to comment.