remove only

This commit is contained in:
Phillip Thelen
2022-11-10 13:55:58 +01:00
parent 15deb778fd
commit 037882b50a
@@ -1,7 +1,7 @@
import { generateUser, translate as t } from '../../../../../helpers/api-integration/v3';
import applePayments from '../../../../../../website/server/libs/payments/apple';
describe.only('payments : apple #subscribe', () => {
describe('payments : apple #subscribe', () => {
const endpoint = '/iap/ios/subscribe';
let user;