We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4b100 commit 9777bcaCopy full SHA for 9777bca
tests/tests.py
@@ -449,7 +449,9 @@ def test_metrics(quota_manager):
449
name="dirsize_hard_limit_bytes",
450
labels={"directory": "user"},
451
# The value is in bytes, not gb (used by jupyterhub-home-nfs) or kb (used by xfs)
452
- value=pytest.approx(0.004 * 1024 * 1024 * 1024, abs=DEFAULT_BLOCK_SIZE_KIB * 1024),
+ value=pytest.approx(
453
+ 0.004 * 1024 * 1024 * 1024, abs=DEFAULT_BLOCK_SIZE_KIB * 1024
454
+ ),
455
)
456
in collected_hardlimit_metric.samples
457
0 commit comments