Skip to content

Commit

Permalink
Update packages/gen-ai-hub/src/utils/deployment-resolver.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Kuhr <[email protected]>
  • Loading branch information
marikaner and MatKuhr authored Aug 28, 2024
1 parent e5d07b3 commit f8b90df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gen-ai-hub/src/utils/deployment-resolver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('deployment resolver', () => {
).rejects.toThrow('No deployment matched the given criteria');
});

it('should consider group ID', async () => {
it('should consider custom resource group', async () => {
nock(aiCoreDestination.url, {
reqheaders: {
'ai-resource-group': 'otherId'
Expand Down

0 comments on commit f8b90df

Please sign in to comment.