code quality
This commit is contained in:
7
tests/e2e/api/api-auth.setup.ts
Normal file
7
tests/e2e/api/api-auth.setup.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Minimal global setup for API smoke tests
|
||||
// No authentication required for public health endpoint
|
||||
|
||||
export default async () => {
|
||||
// Future: Generate service account token or API key without UI interaction
|
||||
// For now, smoke tests use public endpoints
|
||||
};
|
||||
Reference in New Issue
Block a user