0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-04-07 23:01:25 -05:00

chore: remove dev feature test for SAML app (#7251)

This commit is contained in:
Darcy Ye 2025-04-07 03:55:22 -07:00 committed by GitHub
parent 944cc9d539
commit 8a40b24515
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,9 +20,6 @@ import {
getSamlApplicationMetadata,
} from '#src/api/saml-application.js';
import { expectRejects } from '#src/helpers/index.js';
import { devFeatureTest } from '#src/utils.js';
const { it, describe } = devFeatureTest;
describe('SAML application', () => {
it('should create and delete a SAML application successfully', async () => {