Skip to content

Commit 5b768e7

Browse files
author
Kevin D Smith
committed
Make sure right casout lib is used
1 parent 5cb2d37 commit 5b768e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swat/utils/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def load_data(conn, path, server_type, casout=None, importoptions=None):
304304
out_lib = get_casout_lib(server_type)
305305

306306
if casout is None:
307-
casout = dict(caslib='casuser')
307+
casout = dict(caslib=out_lib)
308308

309309
if 'caslib' not in casout and 'casLib' not in casout:
310310
casout['caslib'] = out_lib

0 commit comments

Comments
 (0)