Skip to content

Commit

Permalink
mix
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalonx committed Apr 9, 2024
1 parent 4df9113 commit 3fcfb43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class QcFlagsForDataPassOverviewModel extends QcFlagsOverviewModel {
getRootEndpoint() {
const params = {

Check warning on line 40 in lib/public/views/QcFlags/ForDataPass/QcFlagsForDataPassOverviewModel.js

View check run for this annotation

Codecov / codecov/patch

lib/public/views/QcFlags/ForDataPass/QcFlagsForDataPassOverviewModel.js#L39-L40

Added lines #L39 - L40 were not covered by tests
filter: {
dataPassIds: [this._dataProductionId],
dataPassIds: [this._dataPassId],
},
};
return buildUrl(super.getRootEndpoint(), params);

Check warning on line 45 in lib/public/views/QcFlags/ForDataPass/QcFlagsForDataPassOverviewModel.js

View check run for this annotation

Codecov / codecov/patch

lib/public/views/QcFlags/ForDataPass/QcFlagsForDataPassOverviewModel.js#L45

Added line #L45 was not covered by tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class QcFlagsForSimulationPassOverviewModel extends QcFlagsOverviewModel
getRootEndpoint() {
const params = {

Check warning on line 40 in lib/public/views/QcFlags/ForSimulationPass/QcFlagsForSimulationPassOverviewModel.js

View check run for this annotation

Codecov / codecov/patch

lib/public/views/QcFlags/ForSimulationPass/QcFlagsForSimulationPassOverviewModel.js#L39-L40

Added lines #L39 - L40 were not covered by tests
filter: {
simulationPassIds: [this._dataProductionId],
simulationPassIds: [this._simulationPassId],
},
};

Expand Down

0 comments on commit 3fcfb43

Please sign in to comment.