Skip to content

remove use of private method

Marek Szuba requested to merge github/fork/ima23/feature/pheno_acc_update into master

Created by: ima23

Description

Removing the private method call to reflect the bug fix in the dependent repository.

Use case

The endpoint functionality stays the same.

Benefits

The result of the endpoint will contain ontology accessions without the need of calling a private method.

Possible Drawbacks

None.

Testing

Have you added/modified unit tests to test the changes?

No change in the tests was needed.

If so, do the tests pass/fail?

Tests pass.

Have you run the entire test suite and no regression was detected?

Yes.

Changelog

Are you changing the functionality of an endpoint? If so, please give a one line summary for the public facing changelog.

The endpoint functionality is not changed.

Merge request reports