Skip to content

Commit 43a8820

Browse files
committed
fix: updated files to adhere to linter
1 parent 1eb4066 commit 43a8820

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/opentelemetry-resource-detector-aws/test/detectors/AwsEksDetector.test.ts

+14
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,27 @@ describe('awsEksDetector', () => {
5353
fileNotFoundError: new Error('cannot find cgroup file'),
5454
};
5555
<<<<<<< HEAD
56+
<<<<<<< HEAD
5657

5758
=======
5859
>>>>>>> 7359cb1e4... fix: updated files to adhere to linter
60+
=======
61+
62+
>>>>>>> 7d6a1c05d... fix: updated files to adhere to linter
5963
const correctCgroupData =
6064
'abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklm';
6165
const mockedClusterResponse = '{"data":{"cluster.name":"my-cluster"}}';
6266
const mockedAwsAuth = 'my-auth';
6367
const k8s_token = 'Bearer 31ada4fd-adec-460c-809a-9e56ceb75269';
68+
<<<<<<< HEAD
6469
let sandbox: sinon.SinonSandbox;
6570
let readStub, fileStub, getCredStub;
6671

72+
=======
73+
>>>>>>> 7d6a1c05d... fix: updated files to adhere to linter
6774
let sandbox: sinon.SinonSandbox;
6875
let readStub, fileStub, getCredStub;
76+
6977
beforeEach(() => {
7078
sandbox = sinon.createSandbox();
7179
=======
@@ -133,6 +141,7 @@ describe('awsEksDetector', () => {
133141
scope.done();
134142

135143
sandbox.assert.calledOnce(fileStub);
144+
<<<<<<< HEAD
136145
<<<<<<< HEAD
137146
sandbox.assert.calledTwice(readStub);
138147
sandbox.assert.calledTwice(getCredStub);
@@ -141,6 +150,11 @@ describe('awsEksDetector', () => {
141150
sandbox.assert.calledOnce(readStub);
142151
sandbox.assert.calledOnce(getCredStub);
143152
>>>>>>> 7359cb1e4... fix: updated files to adhere to linter
153+
=======
154+
sandbox.assert.calledTwice(readStub);
155+
sandbox.assert.calledTwice(getCredStub);
156+
157+
>>>>>>> 7d6a1c05d... fix: updated files to adhere to linter
144158
assert.ok(resource);
145159
assertK8sResource(resource, {
146160
clusterName: 'my-cluster',

0 commit comments

Comments
 (0)