Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Feb 18, 2025
1 parent 91e62ef commit eedd8b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function ApiTest({ getService }: DeploymentAgnosticFtrProviderCon
const {
currentStats: { errorRate },
} = dependencies.serviceDependencies[0];
const { rate, transaction, errorRate: dataConfigErroRate } = dataConfig;
const { rate, errorRate: dataConfigErroRate } = dataConfig;
const expectedValue = dataConfigErroRate / (rate + dataConfigErroRate);
expect(errorRate.value).to.be(expectedValue);
expect(errorRate.timeseries?.every(({ y }) => y === expectedValue)).to.be(true);
Expand Down

0 comments on commit eedd8b3

Please sign in to comment.