Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Feb 23, 2024
1 parent 6fe0cce commit 765ef8a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions integration/external/Assistants.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('E2E flow for interacting with OpenAI proxified assistants', () => {
)
})

describe.skip('PUBLISHER: As a OpenAI developer I want to monetize my assistant', () => {
describe('PUBLISHER: As a OpenAI developer I want to monetize my assistant', () => {
it('As Publisher I want to connect my account', async () => {
nvmAppPublisher = await NvmApp.getInstance(NVMAppEnvironments.Staging, {
artifactsFolder: './artifacts',
Expand Down Expand Up @@ -152,11 +152,7 @@ describe('E2E flow for interacting with OpenAI proxified assistants', () => {
const agentMetadata = NvmAppMetadata.getServiceMetadataTemplate(
'Nevermined Assistant',
'Nevermined Corp',
[
{ POST: `${ASSISTANT_QUERY_URL}` },
{ POST: `${ASSISTANT_RUN_URL}(.*)` },
// { GET: `${ASSISTANT_STATUS_URL}`},
],
[{ POST: `${ASSISTANT_QUERY_URL}` }, { POST: `${ASSISTANT_RUN_URL}(.*)` }],
[ASSISTANT_STATUS_URL],
OPEN_API_ENDPOINT,
'RESTful',
Expand Down

0 comments on commit 765ef8a

Please sign in to comment.