Skip to content

Commit

Permalink
reduce test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
vepatel committed Nov 15, 2022
1 parent 9d09402 commit 90d672d
Showing 1 changed file with 2 additions and 31 deletions.
33 changes: 2 additions & 31 deletions tests/suite/test_watch_secret_namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,7 @@
],
},
{"example": "watch-secret-namespace"},
),
(
{
"type": "complete",
"extra_args": [
f"-enable-custom-resources",
f"-watch-secret-namespace=backends",
],
},
{"example": "watch-secret-namespace"},
),
(
{
"type": "complete",
"extra_args": [
f"-enable-custom-resources",
],
},
{"example": "watch-secret-namespace"},
),
)
],
indirect=True,
)
Expand Down Expand Up @@ -95,17 +76,7 @@ def test_responses(
],
},
{"example": "watch-secret-namespace"},
),
(
{
"type": "complete",
"extra_args": [
f"-enable-custom-resources",
f"-watch-secret-namespace=invalid",
],
},
{"example": "watch-secret-namespace"},
),
)
],
indirect=True,
)
Expand Down

0 comments on commit 90d672d

Please sign in to comment.