added the missing fixture call

Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
shivamcandela
2021-09-14 08:39:56 +05:30
parent e642ce8419
commit ebabf6047e
2 changed files with 1 additions and 3 deletions

View File

@@ -664,7 +664,7 @@ Logs related Fixtures
@pytest.fixture(scope="function")
def get_ap_logs(request, get_apnos):
def get_ap_logs(request, get_apnos, get_configuration):
S = 9
instance_name = ''.join(random.choices(string.ascii_uppercase + string.digits, k=S))
for ap in get_configuration['access_point']: