Skip to content

Commit 5bde96f

Browse files
committed
add 'auth_type' to WESClient config in integration tests
1 parent 1bc34a8 commit 5bde96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def setUpClass(cls):
3333
cls.wdl_attachments = ['file://' + os.path.abspath('testdata/md5sum.input')]
3434

3535
# client for the swagger API methods
36-
cls.client = WESClient({'auth': '', 'proto': 'http', 'host': 'localhost:8080'})
36+
cls.client = WESClient({'auth': '', 'auth_type': None, 'proto': 'http', 'host': 'localhost:8080'})
3737

3838
# manual test (wdl only working locally atm)
3939
cls.manual = False

0 commit comments

Comments
 (0)