Skip to content

Commit

Permalink
chore: re-enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
KavithaSiva committed Aug 12, 2024
1 parent d569854 commit d0a2b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e-tests/src/orchestration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
import 'dotenv/config';

describe('orchestration', () => {
test.skip("should complete a chat, but currently doesn't work", async () => {
it('should complete a chat', async () => {
const request: GenAiHubCompletionParameters = {
deploymentConfiguration: { deploymentId: 'db1d64d9f06be467' },
llmConfig: {
Expand Down

0 comments on commit d0a2b85

Please sign in to comment.