Skip to content

Commit

Permalink
Update standalone_modules/shed_pi_module_utils/tests/utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiky30 authored May 30, 2024
1 parent 2fac478 commit 8515e63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion standalone_modules/shed_pi_module_utils/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def submit_reading(self) -> requests.Response:
"""
reading = self.read_fake_data()

# FIXME: Should this be a float or a string? Broke the test
data = {"temperature": str(reading)}

response = self.submission_service.submit(
Expand Down

0 comments on commit 8515e63

Please sign in to comment.