Skip to content

Commit eb836a5

Browse files
committed
test(nx-plugin): update axios client type in OpenAPI client generator tests
1 parent a813f58 commit eb836a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nx-plugin/src/generators/openapi-client/index.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ paths:
260260
it('should update package.json with axios dependencies when clientType is axios', () => {
261261
const axiosOptions = {
262262
...options,
263-
clientType: 'axios' as const,
264-
};
263+
client: 'axios' as const,
264+
} satisfies OpenApiClientGeneratorSchema;
265265
const normalizedOptions = normalizeOptions(axiosOptions);
266266
const {
267267
clientType,

0 commit comments

Comments
 (0)