Skip to content

Commit a175382

Browse files
fix[faustwp-cli]: move Basic Auth test inside describe block and format
1 parent e6fae4b commit a175382

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/faustwp-cli/tests/healthCheck/validateFaustEnvVars.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ describe('healthCheck/validateFaustEnvVars', () => {
7171
`Ensure your FAUST_SECRET_KEY environment variable matches your Secret Key in the Faust WordPress plugin settings`,
7272
);
7373
});
74-
});
75-
7674

7775
it('logs a Basic Auth error when the site returns 401 with WWW-Authenticate: Basic', async () => {
7876
// @ts-ignore
@@ -107,6 +105,7 @@ describe('healthCheck/validateFaustEnvVars', () => {
107105

108106
mockLog.mockRestore();
109107
});
108+
});
110109

111110
describe('isWPEngineComTLD', () => {
112111
it('matches subdomains on wpengine.com', () => {

0 commit comments

Comments
 (0)