Skip to content

Commit

Permalink
Update test for device stats to reflect additional device in E2E envi…
Browse files Browse the repository at this point in the history
…ronment
  • Loading branch information
Jusuf95 committed Nov 20, 2024
1 parent 2e1b8aa commit d7cd116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app_engine/device/test_app_engine_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ def test_app_engine_stats_device(astarte_env_vars):
]

sample_data_result = subprocess.run(arg_list, capture_output=True, text=True)
except_output = "{TotalDevices:1 ConnectedDevices:0}\n"
except_output = "{TotalDevices:2 ConnectedDevices:0}\n"
assert sample_data_result.stdout == except_output

0 comments on commit d7cd116

Please sign in to comment.