Skip to content

Commit

Permalink
modify test case
Browse files Browse the repository at this point in the history
  • Loading branch information
mrswastik-robot committed Jan 20, 2025
1 parent df05035 commit 0ffcab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/project/project.e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ describe('Project Controller Tests', () => {
expect(devEnvironment.name).toBe(environment.name)

expect(defaultEnvironment).toBeDefined()
expect(defaultEnvironment.name).toBe('Default')
expect(defaultEnvironment.name).toBe('default')
})

it('should only copy new environments, secrets and variables if sync is not hard', async () => {
Expand Down

0 comments on commit 0ffcab9

Please sign in to comment.