You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* bump dep versions for twistlock
* remove projects from tests
* fix tests
* fix broken tests
* Filter out project streams from sync test
* Fix more tests
self.assertSetEqual(self.expected_streams(), found_catalog_names, msg="discovered schemas do not match")
287
+
self.assertSetEqual(self.expected_streams(), found_catalog_names- {"projects", "project_cards", "project_columns"}, msg="discovered schemas do not match")
0 commit comments