From 44ee7f9c15580067134c52b596b01664605df120 Mon Sep 17 00:00:00 2001 From: Vijet M Date: Thu, 29 Sep 2022 07:55:24 -0700 Subject: [PATCH] Remove SMS factor tests from PDV test suite (#767) * Updated config.yml * Revert config.yml * Removes SMS factor test for PDV suite --- .../src/test/groovy/com/okta/sdk/tests/it/FactorsIT.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration-tests/src/test/groovy/com/okta/sdk/tests/it/FactorsIT.groovy b/integration-tests/src/test/groovy/com/okta/sdk/tests/it/FactorsIT.groovy index 5745d0f41d5..fc264e75e6a 100644 --- a/integration-tests/src/test/groovy/com/okta/sdk/tests/it/FactorsIT.groovy +++ b/integration-tests/src/test/groovy/com/okta/sdk/tests/it/FactorsIT.groovy @@ -48,7 +48,7 @@ class FactorsIT extends ITSupport { private String smsTestNumber = "185 635 15491" - @Test (groups = "group3") + @Test void factorListTest() { Client client = getClient() @@ -142,14 +142,14 @@ class FactorsIT extends ITSupport { assertThat securityQuestions, iterableWithSize(greaterThan(1)) } - @Test + @Test (groups = "group3") void testAvailableFactorsNotEmpty() { User user = randomUser() UserFactorList factors = user.listSupportedFactors() assertThat factors, iterableWithSize(greaterThan(1)) } - @Test (groups = "group3") + @Test void activateTotpFactor() { User user = randomUser() assertListFactors(user)