tunapanda/wikonnect

[BUG] Seeding data fails during integration & backend endpoints testing

Closed this issue · 1 comments

Describe the bug:

Seeding of data during server code & integration testing fails due to mismatch of Knex version of dependencies located at the root of the project, vs the server dependencies
a

Expected Behavior

Database seeding should work during testing and development

Current Behavior

Seeding of data during server code & integration testing fails due to undefined table data properties

Steps to reproduce

All tests fail on both CircleCi and Github actions: https://app.circleci.com/pipelines/github/tunapanda/wikonnect/2065/workflows/6b45503b-4de3-4778-bcf2-2bf91d10dfb5/jobs/13345

Error Log / Stack Trace (where applicable)

Tell us about your browser and operating system:

  • Operating System: Linux EXOS 5.4.0-71-generic
  • NodeJS Version: 14.16.0
  • Ember Version: 3.24.0

Screenshots where applicable

fixed in #697