mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-10 07:26:01 -06:00
Fixed API test case for DataTypeReader
This commit is contained in:
parent
fa8b3edda5
commit
719f8c8fd2
@ -16,7 +16,8 @@ _default_database_response = [
|
|||||||
{
|
{
|
||||||
'typname': 'type name',
|
'typname': 'type name',
|
||||||
'elemoid': 1560,
|
'elemoid': 1560,
|
||||||
'is_collatable': True
|
'is_collatable': True,
|
||||||
|
'oid': 16635
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
_default_expected_function_output = [
|
_default_expected_function_output = [
|
||||||
@ -28,7 +29,8 @@ _default_expected_function_output = [
|
|||||||
'length': True,
|
'length': True,
|
||||||
'min_val': 1,
|
'min_val': 1,
|
||||||
'max_val': 2147483647,
|
'max_val': 2147483647,
|
||||||
'is_collatable': True
|
'is_collatable': True,
|
||||||
|
'oid': 16635
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
_default_manager = dict(
|
_default_manager = dict(
|
||||||
|
Loading…
Reference in New Issue
Block a user