Skip to content

Commit

Permalink
#43: Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-glushko committed Jan 9, 2024
1 parent 7407148 commit e2df092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/routers/router_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestLangRouter_Priority_PickFistHealthy(t *testing.T) {
for i := 0; i < 2; i++ {
resp, err := router.Chat(ctx, req)

require.Equal(t, "first", resp.Model)
require.Equal(t, "first", resp.ModelID)
require.Equal(t, "test_router", resp.RouterID)
require.NoError(t, err)
}
Expand Down

0 comments on commit e2df092

Please sign in to comment.