Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandra Pamuluri committed Oct 5, 2023
1 parent 24adb2f commit e234f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/plugin_sync/tmc/plugin_sync_tmc_lifecycle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ var _ = f.CLICoreDescribe("[Tests:E2E][Feature:Plugin-Sync-TMC-lifecycle]", func
Expect(f.CheckAllPluginsExists(installedPluginsListK8s, pluginsInfoForCRsApplied)).Should(BeTrue(), " plugins being installed and plugins info for which CRs applied should be same")

// Sync should not happen for the tmc context specific plugins, as its target specific sync
installedPluginsListTMC, err := tf.PluginCmd.ListPluginsForGivenContext(contextNameTMC, true)
installedPluginsListTMC, err = tf.PluginCmd.ListPluginsForGivenContext(contextNameTMC, true)
Expect(len(installedPluginsListTMC)).Should(Equal(0))
Expect(err).To(BeNil(), noErrorForPluginList)
})
Expand Down

0 comments on commit e234f33

Please sign in to comment.