Skip to content

Commit 36de972

Browse files
committed
fix: instanceId to use project id instead of hashid
1 parent 909dd53 commit 36de972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/forge/routes/api/project_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3083,7 +3083,7 @@ describe('Project API', function () {
30833083
args[1].should.have.property('previousState')
30843084
// context arg
30853085
args[2].should.have.property('instanceType', 'project')
3086-
args[2].should.have.property('instanceId', TestObjects.project1.hashid)
3086+
args[2].should.have.property('instanceId', TestObjects.project1.id)
30873087
args[2].should.have.property('teamHashId', TestObjects.ATeam.hashid)
30883088
args[2].should.have.property('isTeamOnTrial', true)
30893089
} finally {

0 commit comments

Comments
 (0)