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
When I ran the zoom tests for the first time on my local, I ran into issues where I didn't have the correct test users in place, nor the test databases. This highlighted an issue with the tests in that some tests are utilizing 'zoomuser' as a test users and others are utilizing 'testuser'. Ideally we modify the tests and use a single test user.
Similarly, some tests expect a test database to exist called 'zoomdata' and others expect 'zoomtest'.
The text was updated successfully, but these errors were encountered:
All tests should use testuser database user. The zoomuser database user is the default database username for an app development instance. If it's being used for testing then I would agree. It's a bug. Can you indicate where this is happening?
When I ran the zoom tests for the first time on my local, I ran into issues where I didn't have the correct test users in place, nor the test databases. This highlighted an issue with the tests in that some tests are utilizing 'zoomuser' as a test users and others are utilizing 'testuser'. Ideally we modify the tests and use a single test user.
Similarly, some tests expect a test database to exist called 'zoomdata' and others expect 'zoomtest'.
The text was updated successfully, but these errors were encountered: