Skip to content

Commit

Permalink
Address conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsvmx committed Mar 22, 2021
1 parent 27cc5fa commit b31daa2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/test/functional/functional-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,7 @@ describe('functional tests', function() {
} else {
playConfig.useSSL = true
}
<<<<<<< HEAD

playConfig={
useSSL:false,
endPoint:"localhost",
port:9000,
accessKey:"minio",
secretKey:"minio123"
}

=======

>>>>>>> 65ccd71... Revert local functional test config
// dataDir is falsy if we need to generate data on the fly. Otherwise, it will be
// a directory with files to read from, i.e. /mint/data.
var dataDir = process.env['MINT_DATA_DIR']
Expand Down

0 comments on commit b31daa2

Please sign in to comment.