Skip to content

Commit

Permalink
Remove accidentally focused test
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Alvis <[email protected]>
  • Loading branch information
kcboyle authored and Jeremy Alvis committed May 19, 2020
1 parent 91d3eb3 commit bb340ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion api/errands_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var _ = Describe("ErrandsService", func() {
})

When("a provided errand does not exist for the product", func() {
FIt("returns a list of available errands for the product", func() {
It("returns a list of available errands for the product", func() {
client.AppendHandlers(
ghttp.CombineHandlers(
ghttp.VerifyRequest("GET", "/api/v0/staged/products/some-product-id/errands"),
Expand Down
1 change: 0 additions & 1 deletion commands/config_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ property_blueprints:
- name: ((some_property_2_name))
`


matches, err := filepath.Glob(filepath.Join(tempDir, "example-product", "1.1.1", "optional", "*.yml"))
Expect(err).ToNot(HaveOccurred())
Expect(matches).To(HaveLen(1))
Expand Down

0 comments on commit bb340ab

Please sign in to comment.