mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-23 09:16:29 -06:00
PEP-8 fix.
This commit is contained in:
parent
bcb1392a1a
commit
cbe40176c1
@ -44,7 +44,7 @@ class CheckForXssFeatureTest(BaseFeatureTest):
|
||||
test_utils.create_table(
|
||||
self.server, self.test_db, self.test_table_name,
|
||||
['"<script>alert(1)</script>" char',
|
||||
'typcol '+self.test_type_name]
|
||||
'typcol ' + self.test_type_name]
|
||||
)
|
||||
# This is needed to test dependents tab (eg: BackGrid)
|
||||
test_utils.create_constraint(
|
||||
|
Loading…
Reference in New Issue
Block a user