diff options
author | vasraz <vasyl.razinkov@est.tech> | 2020-06-28 19:55:01 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-06-30 10:35:58 +0000 |
commit | 77097d0e45b8a04ee840b215ce003f1d69a7d7d8 (patch) | |
tree | 71708240e00ea1cf9bb8e802102d50c3c4a1c2e2 /ui-ci | |
parent | 265058d6e10a1724405836bd55f3aa59d63bab8a (diff) |
Fix test coverage drop introduced by #109510
Change-Id: Ic74f11f60ff7673330a8c3521da49a92f70ae0fb
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3149
Diffstat (limited to 'ui-ci')
-rw-r--r-- | ui-ci/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index 75d91ce436..54933dc019 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -218,7 +218,7 @@ <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <version>6.11</version> + <version>${testng.version}</version> <scope>compile</scope> </dependency> |