Skip to content

Make some fixes to API client #42

@juanneilson

Description

@juanneilson

Some methods fail because they are related to specific ids
Ex:

# TODO: It would be better to dynamically define IDs, so to not be restricted to a specific instance
@pytest.mark.parametrize(
'aliquot_id',
[
'13758', # Lab Group: Common
'13760', # Lab Group: Common
],
ids=[
'one_aliquot',
'another_aliquot',
],
)
def test_get_aliquot_by_id(
self,
aliquot_id: str,
logged_build_client: BUILDClient,
) -> None:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions