Skip to content

Commit e355e62

Browse files
committed
Update unit test
1 parent 73e243a commit e355e62

File tree

3 files changed

+52
-47
lines changed

3 files changed

+52
-47
lines changed

.openapi-generator/FILES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,5 @@ requirements.txt
227227
setup.cfg
228228
setup.py
229229
test/__init__.py
230+
test/test_default_api.py
230231
tox.ini

test/helpers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ def build_query_param(param):
5555
return 'empty'
5656
if param == 'direction':
5757
return 'inbound'
58+
if param == 'offnet':
59+
return True
5860
return 'TEST_' + param.upper()
5961

6062
@staticmethod

0 commit comments

Comments
 (0)