Skip to content

Commit

Permalink
Update doc string
Browse files Browse the repository at this point in the history
Add missing doc string to conftest.py

Signed-off-by: Jim Fitzpatrick <[email protected]>
  • Loading branch information
Boomatang committed Dec 9, 2024
1 parent 0852e07 commit 5095ef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Setup conftest for policy merge on the same targets"""

import pytest

from testsuite.gateway import MatchType, PathMatch, RouteMatch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Setup conftest for policy override on the same targets"""

import pytest

from testsuite.gateway import MatchType, PathMatch, RouteMatch
Expand Down

0 comments on commit 5095ef8

Please sign in to comment.