Skip to content

Commit

Permalink
[DEX-25] add openapi spec to rockset-js (#75)
Browse files Browse the repository at this point in the history
* add openapi spec to rockset-js
  • Loading branch information
rockset-io authored Jan 5, 2024
1 parent 143cb5b commit 5beb5dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "spec"]
path = spec
url = https://github.com/rockset/openapi
2 changes: 1 addition & 1 deletion packages/client/src/tests/functionality.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ describe('functionality tests (e2e)', function () {
const error: ErrorModel = e;
expect(error).toMatchObject({
message:
'Query Lambda "myFakeQuery" not found in workspace "commons.fake.workspace".',
'Query Lambda "myFakeQuery" (version "not_a_version") not found in workspace "commons.fake.workspace".',
type: 'NOTFOUND',
line: null,
column: null,
Expand Down
1 change: 1 addition & 0 deletions spec
Submodule spec added at e63819

0 comments on commit 5beb5dc

Please sign in to comment.