Skip to content

Commit

Permalink
Test pod deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Apr 18, 2024
1 parent f24f14c commit a1f54ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ async def test_read_only_endpoint_in_scaled_up_cluster(ops_test: OpsTest):

@pytest.mark.group(1)
async def test_each_relation_has_unique_credentials(ops_test: OpsTest):
"""Test that two different applications connect to the database with different credentials."""
"""TEST Test that two different applications connect to the database with different credentials."""
all_app_names = [SECONDARY_CLIENT_APP_NAME] + APP_NAMES

# Deploy secondary application.
Expand Down

0 comments on commit a1f54ec

Please sign in to comment.