Skip to content

Commit

Permalink
Remove old _juju_secrets reference
Browse files Browse the repository at this point in the history
  • Loading branch information
phvalguima committed Feb 1, 2024
1 parent e98ce3f commit ef22634
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/relations/test_opensearch_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ async def get_secret_data(ops_test, secret_uri):

@pytest.mark.group(1)
@pytest.mark.abort_on_fail
@pytest.mark.usefixtures("only_with_juju_secrets")
async def test_scaling_secrets(ops_test: OpsTest):
"""Test that scaling correctly updates endpoints in databag.
Expand Down Expand Up @@ -529,7 +528,6 @@ async def test_admin_permissions(ops_test: OpsTest):

@pytest.mark.group(1)
@pytest.mark.abort_on_fail
@pytest.mark.usefixtures("only_with_juju_secrets")
async def test_admin_permissions_secrets(ops_test: OpsTest):
"""Test admin permissions behave the way we want.
Expand Down Expand Up @@ -656,7 +654,6 @@ async def test_normal_user_permissions(ops_test: OpsTest):

@pytest.mark.group(1)
@pytest.mark.abort_on_fail
@pytest.mark.usefixtures("only_with_juju_secrets")
async def test_normal_user_permissions_secrets(ops_test: OpsTest):
"""Test normal user permissions behave the way we want.
Expand Down Expand Up @@ -767,7 +764,6 @@ async def test_relation_broken(ops_test: OpsTest):

@pytest.mark.group(1)
@pytest.mark.abort_on_fail
@pytest.mark.usefixtures("only_with_juju_secrets")
async def test_relation_broken_secrets(ops_test: OpsTest):
"""Test that the user is removed when the relation is broken."""
# Retrieve the relation user.
Expand Down

0 comments on commit ef22634

Please sign in to comment.