Skip to content

Commit

Permalink
remove focus
Browse files Browse the repository at this point in the history
Signed-off-by: Ang Zhou <[email protected]>
  • Loading branch information
azhouwd committed Mar 24, 2023
1 parent 49c4f85 commit f37ec71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/vm/finch_config_file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
// is written to ~/.finch/config.json file.
var testFinchConfigFile = func(o *option.Option) {
ginkgo.Describe("finch config file", func() {
ginkgo.FIt("should store login credentials", func() {
ginkgo.It("should store login credentials", func() {
filename := "htpasswd"
registryImage := "public.ecr.aws/docker/library/registry:latest"
registryContainer := "registry"
Expand Down

0 comments on commit f37ec71

Please sign in to comment.