We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfb672 commit b4615c5Copy full SHA for b4615c5
1 file changed
tests/test_api_long.py
@@ -111,6 +111,7 @@ def test_schema_with_project(self):
111
self.assertTrue(schema, dict)
112
self.assertTrue(len(schema) > 0)
113
self.assertTrue('Version' in schema)
114
+ self.assertFalse('visible' in schema.keys())
115
116
schema = self.sg.schema_field_read('Version', project_entity=project_entity)
117
0 commit comments