Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
remove old sandbox property
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrauskopf committed Oct 7, 2020
1 parent 5fd62f9 commit adc6653
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/test-app/runner/suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export default abstract class Suite {
) {
const transaction: TransactionPOJO = {
id: v4(),
useSandbox: false,
session: config.session || this.options.staticRootConfig.session,
};

Expand Down Expand Up @@ -131,7 +130,6 @@ export default abstract class Suite {

const transaction: TransactionPOJO = {
id: v4(),
useSandbox: false,
session: {},
};

Expand All @@ -155,7 +153,6 @@ export default abstract class Suite {

const transaction: TransactionPOJO = {
id: v4(),
useSandbox: false,
session: {},
};

Expand Down

0 comments on commit adc6653

Please sign in to comment.