Skip to content

Commit 94f541d

Browse files
author
Clement Champetier
committed
pyTest: get all properties as json when testCheckFilePropertiesAsJson
1 parent 03e0ea3 commit 94f541d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pyTest/testProperties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@ def testCheckFilePropertiesAsJson():
139139

140140
import json
141141
# throw exception if it is not a valid JSON
142-
json.loads(inputFile.getProperties().asJson())
142+
json.loads(inputFile.getProperties().allPropertiesAsJson())
143143

144144

0 commit comments

Comments
 (0)