Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
fix TestExternalServicesFlowOnDependentService
Browse files Browse the repository at this point in the history
  • Loading branch information
leoporoli committed Oct 9, 2024
1 parent 3317561 commit 1785b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kontrol-service/engine/flow/dev_flow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
kardinal "kardinal.kontrol-service/types/kardinal"
)

const dummyPluginName = "https://github.com/h4ck3rk3y/identity-plugin.git"
const dummyPluginName = "https://github.com/fake-org/kardinal-identity-plugin-example.git"

func clusterTopologyExample() resolved.ClusterTopology {
dummySpec := &kardinal.WorkloadSpec{
Expand Down

0 comments on commit 1785b15

Please sign in to comment.