Skip to content

Commit

Permalink
Update testing/e2e/skr-tester/pkg/command/assert.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jarosław Pieszka <[email protected]>
  • Loading branch information
MarekMichali and jaroslaw-pieszka authored Jan 14, 2025
1 parent 47680c5 commit dba26d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/e2e/skr-tester/pkg/command/assert.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func (cmd *AssertCommand) Run() error {
}
restCfg, err := clientcmd.RESTConfigFromKubeConfig(kubeconfig)
if err != nil {
return fmt.Errorf("while creating rest config from kubeconfig: %w", err)
return fmt.Errorf("while creating REST config from kubeconfig: %w", err)
}
k8sCli, err := client.New(restCfg, client.Options{
Scheme: scheme.Scheme,
Expand Down

0 comments on commit dba26d2

Please sign in to comment.