Skip to content

Commit

Permalink
fix TestK8sJobTracker.test_k8s_no_zookeeper #632
Browse files Browse the repository at this point in the history
  • Loading branch information
bossie committed Jan 17, 2024
1 parent f96c674 commit ed4f426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_job_tracker_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1591,6 +1591,7 @@ def test_k8s_no_zookeeper(self, k8s_mock, prometheus_mock, job_costs_calculator,
"memory": {"unit": "mb-seconds", "value": pytest.approx(5.678 * 3600, rel=0.001)},
"network_received": {"unit": "b", "value": pytest.approx(370841160371254.75, rel=0.001)},
"sentinelhub": {"unit": "sentinelhub_processing_unit", "value": 1.25},
"max_executor_memory": {"unit": "gb", "value": 3.5},
},
"costs": 129.95,
"results_metadata": {
Expand Down

0 comments on commit ed4f426

Please sign in to comment.