Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
cstns committed Jan 22, 2025
1 parent 1d490f0 commit 7321a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/forge/routes/api/project_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ describe('Project API', function () {
runtimeSettings.should.have.property('env')
runtimeSettings.env.should.have.property('one', 'a')
runtimeSettings.env.should.have.property('two', 'b')
runtimeSettings.env.should.have.property('three', '')
runtimeSettings.env.should.have.property('three', 'c')
})

it('Create a project cloned from existing one - env-var keys only', async function () {
Expand Down

0 comments on commit 7321a95

Please sign in to comment.