Fix broken test

This commit is contained in:
Philipp Muens 2017-08-18 14:01:52 +02:00
parent b05143e07a
commit 03fa853bd6

View File

@ -226,8 +226,6 @@ describe('AwsInvokeLocal', () => {
it('it should load default lambda env vars', () => awsInvokeLocal
.loadEnvVars().then(() => {
expect(process.env.PATH)
.to.equal('/usr/local/lib64/node-v4.3.x/bin:/usr/local/bin:/usr/bin/:/bin');
expect(process.env.LANG).to.equal('en_US.UTF-8');
expect(process.env.LD_LIBRARY_PATH)
.to.equal('/usr/local/lib64/node-v4.3.x/lib:/lib64:/usr/lib64:/var/runtime:/var/runtime/lib:/var/task:/var/task/lib'); // eslint-disable-line max-len