Skip to content

Commit fedb0e8

Browse files
authored
fix: ip-view test in networking_test (#497)
## 📝 Description --region field was falsely filterable which had been fixed in https://github.com/linode/linode-api-docs/pull/822/files#diff-d910ba2ef878f7db0223a966b81c8b3f3b65027bb39e4431bb05140171eece39L21508 updating integration test ## ✔️ How to Test **What are the steps to reproduce the issue or verify the changes?** **How do I run the relevant unit/integration tests?** ## 📷 Preview **If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.**
1 parent 26031bd commit fedb0e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/networking/test_networking.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ def test_view_an_ip_address(setup_test_networking):
5454
BASE_CMD
5555
+ [
5656
"ip-view",
57-
"--region",
58-
"us-east",
5957
"--text",
6058
"--no-headers",
6159
"--delimiter",

0 commit comments

Comments
 (0)