Skip to content

Commit 317ea98

Browse files
committed
Get specs passing
1 parent f08d1cb commit 317ea98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spec/openai/client/client_spec.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@
9393
expect(c1).to receive(:get).with(path: "/files").once
9494
expect(c2).to receive(:get).with(path: "/files").once
9595

96-
expect(c0).to receive(:get).with(path: "/fine-tunes").once
97-
expect(c1).to receive(:get).with(path: "/fine-tunes").once
98-
expect(c2).to receive(:get).with(path: "/fine-tunes").once
99-
10096
expect(c0).to receive(:json_post).with(path: "/images/generations", parameters: {}).once
10197
expect(c1).to receive(:json_post).with(path: "/images/generations", parameters: {}).once
10298
expect(c2).to receive(:json_post).with(path: "/images/generations", parameters: {}).once

0 commit comments

Comments
 (0)