Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
htuzel committed Nov 12, 2024
1 parent 7ca5c46 commit 0e4b7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/variation_index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('Algolia Integration', () => {
console.error('Failed to authenticate with SFCC:', error);
throw error;
}

// Now verify other required environment variables
const requiredEnvVars = ['SANDBOX_HOST', 'ACCESS_TOKEN', 'ALGOLIA_APP_ID', 'ALGOLIA_API_KEY'];
requiredEnvVars.forEach(envVar => {
Expand Down

0 comments on commit 0e4b7be

Please sign in to comment.