Skip to content

Commit

Permalink
chore: remove the data points creation in test
Browse files Browse the repository at this point in the history
  • Loading branch information
djs0109 committed Jun 18, 2024
1 parent e2db8dc commit e50f00f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/clients/test_ngsi_v2_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def create_attr():
def create_time_series_data(num_records: int = 50000):
"""
creates large testing data sets that should remain on the server.
This is mainly to reduce time for testingsv
This is mainly to reduce time for testings
"""
fiware_header = FiwareHeader(service=settings.FIWARE_SERVICE,
service_path="/static")
Expand Down Expand Up @@ -394,8 +394,6 @@ def test_attr_endpoints(self) -> None:
Returns:
None
"""
n = 50
create_time_series_data(n)
with QuantumLeapClient(
url=settings.QL_URL,
fiware_header=FiwareHeader(service='filip',
Expand Down

0 comments on commit e50f00f

Please sign in to comment.