Skip to content

Commit

Permalink
Disable_auto now implemented in GenericTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Jul 24, 2023
1 parent a0be689 commit 06848cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nmostesting/ControllerTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ class ControllerTest(GenericTest):
Testing initial set up of new test suite for controller testing
"""
def __init__(self, apis, registries, node, dns_server, **kwargs):
# Remove the spec_path as there are no corresponding GitHub repos for Controller Tests
apis[CONTROLLER_TEST_API_KEY].pop("spec_path", None)
if CONFIG.ENABLE_HTTPS:
# Comms with Testing Facade are http only
apis[CONTROLLER_TEST_API_KEY]["base_url"] \
Expand Down

0 comments on commit 06848cc

Please sign in to comment.