rename testdata file - cause pytest err

This commit is contained in:
Bastian Schroll 2019-03-05 12:41:27 +01:00
parent 66e0ede4c0
commit bfa25d124a
2 changed files with 1 additions and 1 deletions

View file

@ -79,7 +79,7 @@ try:
bwClient = TCPClient() bwClient = TCPClient()
if bwClient.connect(ip, port): if bwClient.connect(ip, port):
testFile = open(paths.TEST_PATH + "testdata.txt", "r") testFile = open(paths.TEST_PATH + "testdata.list", "r")
while 1: while 1: