Skip to content

Commit

Permalink
fix: utilisation d'un siret commun au seed et à la recette (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlr authored Jun 21, 2024
1 parent e2090b8 commit f8c48f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/pages/FlowAdminPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { smtpClient } from "../api/smtpClient"
import { containsText } from "../utils/containText"

const ADMIN_EMAIL = "[email protected]"
const ALGO_COMPANY_SIRET = "10200000700876"
const ALGO_COMPANY_SIRET = "11000002300017"

export const FlowAdminPage = {
adminAuth: {
Expand Down

0 comments on commit f8c48f3

Please sign in to comment.