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:
parent
944cc9d539
commit
8a40b24515
1 changed files with 0 additions and 3 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue