update
This commit is contained in:
@ -13,7 +13,7 @@ tap.test('should handle concurrent route updates without race conditions', async
|
||||
{
|
||||
name: 'initial-route',
|
||||
match: {
|
||||
ports: 80
|
||||
ports: 8080
|
||||
},
|
||||
action: {
|
||||
type: 'forward' as const,
|
||||
@ -23,7 +23,7 @@ tap.test('should handle concurrent route updates without race conditions', async
|
||||
],
|
||||
acme: {
|
||||
email: 'test@test.com',
|
||||
port: 80
|
||||
port: 8080
|
||||
}
|
||||
};
|
||||
|
||||
@ -72,7 +72,7 @@ tap.test('should serialize route updates with mutex', async (tools) => {
|
||||
port: 6002,
|
||||
routes: [{
|
||||
name: 'test-route',
|
||||
match: { ports: [80] },
|
||||
match: { ports: [8081] },
|
||||
action: {
|
||||
type: 'forward' as const,
|
||||
targetUrl: 'http://localhost:3000'
|
||||
@ -150,7 +150,7 @@ tap.test('should preserve challenge route state during cert manager recreation',
|
||||
}],
|
||||
acme: {
|
||||
email: 'test@test.com',
|
||||
port: 80
|
||||
port: 8080
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user