Skip to content

Commit c9bc615

Browse files
author
John Olafenwa
committed
fixed errors in test script
1 parent 121b930 commit c9bc615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.01.2
1+
2021.02.1

tests/tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $ErrorActionPreference = "Stop"
1010

1111
Write-Host "Testing DeepStack : "$DeepStackURL
1212

13-
$env:TEST_IMAGES_DIR = [IO.Path]::Combine($PSScriptRoot,"test_data")
13+
$env:TEST_DATA_DIR = [IO.Path]::Combine($PSScriptRoot,"test_data")
1414
$env:TEST_DEEPSTACK_URL = $DeepStackURL
1515
$env:TEST_API_KEY = $APIKEY
1616

0 commit comments

Comments
 (0)