fix(GitHub Node): Update auth urls for enterprise server (#15533)

This commit is contained in:
Michael Kret
2025-05-29 12:33:16 +03:00
committed by GitHub
parent 50388d471f
commit bc66d9fb7d
3 changed files with 110 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
import { NodeTestHarness } from '@nodes-testing/node-test-harness';
describe('Test Github Oauth2 Credentials Expression', () => {
new NodeTestHarness().setupTests();
});