Skip to content

Commit

Permalink
Another test change.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike12345567 committed Dec 13, 2024
1 parent 7cf20ef commit b58aa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/tests/utilities/api/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class ApplicationAPI extends TestAPI {

unpublish = async (appId: string): Promise<void> => {
await this._post(`/api/applications/${appId}/unpublish`, {
expectations: { status: 204 },
expectations: { status: 200 },
})
}

Expand Down

0 comments on commit b58aa80

Please sign in to comment.