Skip to content

Commit

Permalink
Change "root2" to "approot"
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrondel authored Sep 16, 2024
1 parent 0caa8fb commit c9a36a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pqserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def test_root(lsstcomcamsim):


@pytest.mark.parametrize("lsstcomcamsim", ["cdb_latiss"], indirect=True)
def test_root2(lsstcomcamsim, request):
def test_approot(lsstcomcamsim, request):
response = lsstcomcamsim.get("/consdb")
result = response.json()
assert "instruments" in result
Expand Down

0 comments on commit c9a36a4

Please sign in to comment.