Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Zedel <manuel.zedel@northern.tech>
  • Loading branch information
mzedel committed Jun 13, 2024
1 parent e6bb1bd commit 6b8cc2c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/e2e_tests/integration/07-saml.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,22 @@
// See the License for the specific language governing permissions and
// limitations under the License.
import axios from 'axios';
import * as https from 'https';
import dns from 'node:dns';
import * as https from 'node:https';

import test, { expect } from '../fixtures/fixtures';
import { getTokenFromStorage, isEnterpriseOrStaging, isLoggedIn, startIdpServer } from '../utils/commands';
import { storagePath, timeouts } from '../utils/constants';

dns.setDefaultResultOrder('ipv4first');

const samlSettings = {
credentials: {
chromium: 'saml.jackson@example.com',
firefox: 'sam.l.jackson@example.com',
webkit: 'samu.l.jackson@example.com'
},
idpUrl: 'http://127.0.0.1:7000/metadata'
idpUrl: 'http://localhost:7000/metadata'
};

const httpsAgent = new https.Agent({ rejectUnauthorized: false });
Expand Down

0 comments on commit 6b8cc2c

Please sign in to comment.