Correct errors when renaming reports

This commit is contained in:
cesar991 2016-06-20 08:54:57 +02:00
parent 1600b2a28a
commit 32b665c8fa
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class PAN4(PandoraWebDriverTestCase):
#Creates report
create_report(driver,"PAN_4_Applications","Applications")
create_report(driver,"PAN_4Servers","Servers")
create_report(driver,"PAN_4_Servers","Servers")
#Logout
logout(driver,self.base_url)