Skip to content

Commit

Permalink
SNOW-1332640 - structured type - object
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pmotacki committed Aug 2, 2024
1 parent 155d7e5 commit 9d3987a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/integration/testStructuredType.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ describe.only('Test Structured types', function () {
let connection;

before(function (done) {
connection = testUtil.createConnection({ 'proxyHost': '127.0.0.1', 'proxyPort': 8080 });
connection = testUtil.createConnection(
// { 'proxyHost': '127.0.0.1', 'proxyPort': 8080 }
);
async.series([
function (callback) {
snowflake.configure({ 'insecureConnect': true });
GlobalConfig.setInsecureConnect(true);
// snowflake.configure({ 'insecureConnect': true });
// GlobalConfig.setInsecureConnect(true);
testUtil.connect(connection, callback);
},
function (callback) {
Expand Down

0 comments on commit 9d3987a

Please sign in to comment.