Skip to content

Commit 8a6ef2a

Browse files
author
admin
committed
remove typo
1 parent cbbf71d commit 8a6ef2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/util/api/jira_clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def get_system_info_page(self):
209209
'webSudoDestination': '/secure/admin/ViewSystemInfo.jspa',
210210
'webSudoIsPost': False,
211211
'webSudoPassword': self.password
212-
}
212+
}
213213
tsv_login_body = {"username": self.user,
214214
"password": self.password,
215215
"rememberMe": "True",

0 commit comments

Comments
 (0)