diff --git a/README.md b/README.md index d889913..da7185f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![ci](https://img.shields.io/github/actions/workflow/status/dnv-opensource/pystclient/.github%2Fworkflows%2Fnightly_build.yml?label=ci) [![docs](https://img.shields.io/github/actions/workflow/status/dnv-opensource/pystclient/.github%2Fworkflows%2Fpush_to_release.yml?label=docs)][pystclient_docs] -# Pystclient - A Python client for Simulation Trust Center (STC) +# Pystclient - A Python client for Simulation Trust Center (STC) - test ## Table of Contents diff --git a/src/pystclient/clients.py b/src/pystclient/clients.py index ed406b1..7233272 100644 --- a/src/pystclient/clients.py +++ b/src/pystclient/clients.py @@ -601,7 +601,7 @@ def measurements(self, project_id: UUID, simulation_id: UUID | None = None) -> l query_url = f"{query_url}&simulation-id={simulation_id}" if simulation_id is not None else query_url r = to_models( self.session.get(query_url), - Measurements, +Measurements, ) return r