Skip to content

Commit

Permalink
rename test in occtax
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize authored and VincentCauchois committed Mar 26, 2024
1 parent da85a3e commit 76ae25e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/geonature/tests/benchmarks/test_benchmark_occtax.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
@pytest.mark.usefixtures("client_class", "temporary_transaction")
class TestBenchmarkOcctax:

test_occtax_list_releves_restricted = BenchmarkTest(
test_list_releves_restricted = BenchmarkTest(
CLIENT_GET,
[CLater("""url_for("pr_occtax.getReleves")""")],
dict(user_profile="user_restricted_occhab", fixtures=[]),
)()
test_occtax_list_releves_unrestricted = BenchmarkTest(
test_list_releves_unrestricted = BenchmarkTest(
CLIENT_GET,
[CLater("""url_for("pr_occtax.getReleves")""")],
dict(user_profile="admin_user", fixtures=[]),
Expand Down

0 comments on commit 76ae25e

Please sign in to comment.