Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Jul 25, 2022
1 parent b4ec13e commit 3d179ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/test/static-build.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ describe('Static build', () => {
for (const log of logs) {
if (
log.type === 'ssg' &&
/[hH]eaders are not exposed in static-site generation/.test(log.args[0])
/[hH]eaders are not exposed in static \(SSG\) output mode/.test(log.args[0])
) {
found = true;
}
Expand Down

0 comments on commit 3d179ab

Please sign in to comment.