Correct errors when renaming reports

(cherry picked from commit 32b665c8fa)
This commit is contained in:
cesar991 2016-06-20 08:54:57 +02:00
parent 0b37034823
commit 9604d5c6fa
1 changed files with 1 additions and 1 deletions
tests/console

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)