Skip to content

Commit

Permalink
Merge pull request meshery#11228 from dottharun/fix/ci/eslint
Browse files Browse the repository at this point in the history
fix: ci eslint error unused-var in tests
  • Loading branch information
leecalcote authored Jun 21, 2024
2 parents fd8ab9a + d704df4 commit e0bdd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tests/e2e/service_mesh_lifecycle.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test.describe('Service Mesh Lifecycle Tests', () => {
{ adapterName: 'Consul', adapterPort: '10002', deploy: false },
];

mesheryAdapters.forEach(({ adapterName, adapterPort, deploy }) => {
mesheryAdapters.forEach(({ adapterName, adapterPort }) => {
const ADAPTER_LOCATION = `localhost:${adapterPort}`;
test(`Configure Existing ${adapterName} adapter through Mesh Adapter URL from Management page`, async ({
page,
Expand Down

0 comments on commit e0bdd72

Please sign in to comment.