Skip to content

Commit c228019

Browse files
committed
[fixEnvTC] Fix Env TC
1 parent a743d6f commit c228019

5 files changed

+8
-9
lines changed

src/test/java/resources/batch.feature

+3-3
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Feature: Batch Details API test
196196
And Status of transaction is "COMPLETED"
197197
And I should have matching total txn count and successful txn count in response
198198

199-
@gov @ext @batch-teardown
199+
@gov @batch-teardown
200200
Scenario: BD-014 Sub Batch summary API Test
201201
Given I have tenant as "paymentBB2"
202202
And I have the demo csv file "ph-ee-bulk-demo-7.csv"
@@ -233,7 +233,7 @@ Feature: Batch Details API test
233233
And I should assert total txn count and successful txn count in response
234234
And Total transaction in batch should add up to total transaction in each sub batch
235235

236-
@gov @ext
236+
@gov
237237
Scenario: BD-016 Payment Batch Detail API Test
238238
Given I have tenant as "paymentBB2"
239239
And I have the demo csv file "ph-ee-bulk-splitting.csv"
@@ -274,7 +274,7 @@ Feature: Batch Details API test
274274
# And I will sleep for 5000 millisecond
275275
Then I should be able to verify that the "POST" method to "/authorization/callback" endpoint received a request with authorization status
276276

277-
@gov @ext
277+
@gov
278278
Scenario: BD-018 Batch with callback
279279
Given I can inject MockServer
280280
And I can start mock server

src/test/java/resources/identityMapperTest.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Feature: Identity Account Mapper Api Test
237237
# And I will sleep for 3000 millisecond
238238
Then I will call the fetch beneficiary API with expected status of 200
239239
And I will assert the fields from fetch beneficiary response
240-
@gov @ext
240+
@gov
241241
Scenario: Batch Account Lookup Integration Test
242242
Given I create an IdentityMapperDTO for Register Beneficiary from csv file
243243
When I call the register beneficiary API with expected status of 202 and stub "/registerBeneficiaryApiTest"

src/test/java/resources/mockFlowTest.feature

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@gov
22
Feature: Mock Flow Test
33

4-
@ext
54
Scenario: Test for minimal mock fund transfer account lookup flow
65
Given I have Fineract-Platform-TenantId as "payeefsp1"
76
When I call the create payer client endpoint

src/test/java/resources/mojaloop.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@gov @ext
1+
@gov
22
Feature: Mojaloop test
33

44
Scenario: ML connector partial payee party lookup test

src/test/java/resources/operationsBatch.feature

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ext
1+
22
Feature: Operations APP related feature
33

44
@gov @ops-batch-setup @ops-batch-teardown
@@ -10,7 +10,7 @@ Feature: Operations APP related feature
1010
Then I should get non empty response
1111
And I am able to parse batch paginated response into DTO
1212

13-
@gov @ext @ops-batch-setup @ops-batch-teardown
13+
@gov @ops-batch-setup @ops-batch-teardown
1414
Scenario: Batches API batchId filter test
1515
Given I have tenant as "paymentBB2"
1616
And I have the demo csv file "payerIdentifier-resolution-using-budgetAccount.csv"
@@ -75,7 +75,7 @@ Feature: Operations APP related feature
7575
# sleep for some secs
7676
# calculate endTime
7777
# query using startTime and endTime ->> then I should get 5 txn
78-
@gov @ext @ops-batch-setup @ops-batch-teardown
78+
@gov @ops-batch-setup @ops-batch-teardown
7979
Scenario: Batches API date filter test
8080
# Given I will sleep for 5000 millisecond
8181
And I have tenant as "paymentBB2"

0 commit comments

Comments
 (0)