Another test change.
This commit is contained in:
parent
7cf20ef16c
commit
b58aa807bd
|
@ -48,7 +48,7 @@ export class ApplicationAPI extends TestAPI {
|
||||||
|
|
||||||
unpublish = async (appId: string): Promise<void> => {
|
unpublish = async (appId: string): Promise<void> => {
|
||||||
await this._post(`/api/applications/${appId}/unpublish`, {
|
await this._post(`/api/applications/${appId}/unpublish`, {
|
||||||
expectations: { status: 204 },
|
expectations: { status: 200 },
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue