mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
Fix test
This commit is contained in:
parent
e799cf11a3
commit
dcd0b7a84e
@ -39,7 +39,8 @@ class TestGpuStats(unittest.TestCase):
|
||||
process.stdout = self.intel_results
|
||||
sp.return_value = process
|
||||
intel_stats = get_intel_gpu_stats()
|
||||
print(f"the intel stats are {intel_stats}")
|
||||
assert intel_stats == {
|
||||
"gpu": "1.34%",
|
||||
"gpu": "1.13%",
|
||||
"mem": "-%",
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user