Skip to content

Commit

Permalink
Merge pull request #915 from mastastny/remove_comment
Browse files Browse the repository at this point in the history
Remove leftover comment
  • Loading branch information
mdujava authored Feb 6, 2025
2 parents f10c861 + 8574550 commit ff76fc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def test_production_call_without_promote(application, prod_client):
response = client.get("/get")


@pytest.mark.disruptive # test should be mark as disruptive because of production gateway redeploy
@pytest.mark.required_capabilities(Capability.PRODUCTION_GATEWAY) # Test should have mark that states that it needs production_gateway
def test_production_call_without_redeploy(application, prod_client):
client = prod_client(application, redeploy=False)
Expand Down

0 comments on commit ff76fc1

Please sign in to comment.