Skip to content

Commit eb90f44

Browse files
ilackarmsjmhbh
authored andcommitted
fix e2e test
Signed-off-by: JM Huibonhoa <jm.huibonhoa@solo.io>
1 parent e561677 commit eb90f44

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/e2e/e2e_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ var _ = ginkgo.Describe("Manager", ginkgo.Ordered, func() {
182182
cmd = exec.Command(
183183
"dist/kmcp",
184184
"init", projectDir,
185-
"--framework",
186-
"fastmcp-python",
185+
"python",
187186
"--force",
188187
"--namespace",
189188
namespace,

0 commit comments

Comments
 (0)