about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-05-28 12:36:51 -0500
committerFrederick Muriuki Muriithi2026-05-28 12:36:51 -0500
commitbbc7838937f643ae84d153626a4820e6acc00ec5 (patch)
treed407687bee0b30de3f518cf3b9b5c7aa687566df
parentabe760a824825a521eccb1b9ecca4c0b7258fa1e (diff)
downloadgn-integration-tests-bbc7838937f643ae84d153626a4820e6acc00ec5.tar.gz
Remove the expectation for failure after fixing the bug.
-rw-r--r--tests/test_gn3_smoke.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/test_gn3_smoke.py b/tests/test_gn3_smoke.py
index b3e4e9f..e25f2ba 100644
--- a/tests/test_gn3_smoke.py
+++ b/tests/test_gn3_smoke.py
@@ -190,19 +190,6 @@ class TestCaseAttributes:
         )
 
 
-# ---------------------------------------------------------------------------
-# Protected endpoints — known bug
-# ---------------------------------------------------------------------------
-
-@pytest.mark.xfail(
-    reason=(
-        "BUG: POST /api3/metadata/datasets/edit returns 500 on both CD and "
-        "production due to TypeError: privileges_fulfill_specs() missing 1 "
-        "required positional argument: 'system_privileges' "
-        "(gn3/api/metadata.py:279). Should return 401 without a token."
-    ),
-    strict=True,
-)
 def test_metadata_edit_without_token_returns_401(gn3_url, http):
     resp = http.post(
         f"{gn3_url}/metadata/datasets/edit",