Skip to content

Commit

Permalink
ISSUE-554: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitae57 committed Aug 18, 2023
1 parent eb4927b commit ba824c3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import com.kaspersky.kaspresso.testcases.api.testcase.TestCase
import org.junit.Rule
import org.junit.Test


class ArtifactsPullingTest : TestCase(kaspressoBuilder = Kaspresso.Builder.simple {
artifactsPullParams = ArtifactsPullParams(enabled = true, artifactsRegex = Regex("screenshots"))
}) {
Expand Down Expand Up @@ -70,4 +69,4 @@ class ArtifactsPullingTest : TestCase(kaspressoBuilder = Kaspresso.Builder.simpl
)
}
}
}
}

0 comments on commit ba824c3

Please sign in to comment.