employeeDB returns a standard single-database fixture (POSTGRES, employee_db).
()
| 176 | |
| 177 | // employeeDB returns a standard single-database fixture (POSTGRES, employee_db). |
| 178 | func employeeDB() []map[string]any { |
| 179 | return []map[string]any{ |
| 180 | makeDatabase("instances/prod-pg/databases/employee_db", "instances/prod-pg", "projects/hr-system", "POSTGRES", "ds-admin-1"), |
| 181 | } |
| 182 | } |
| 183 | |
| 184 | // --- Tests --- |
| 185 |
no test coverage detected