fix(tests): Normalize route configurations in tests to use name (remove id) and standardize route names
This commit is contained in:
@@ -32,8 +32,7 @@ tap.test('forward connections should not be immediately closed', async (t) => {
|
||||
enableDetailedLogging: true,
|
||||
routes: [
|
||||
{
|
||||
id: 'forward-test',
|
||||
name: 'Forward Test Route',
|
||||
name: 'forward-test',
|
||||
match: {
|
||||
ports: 8080,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user