Another test change.

This commit is contained in:
mike12345567 2024-12-13 17:22:35 +00:00
parent 7cf20ef16c
commit b58aa807bd
1 changed files with 1 additions and 1 deletions

View File

@ -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 },
})
}