We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1541ee0 commit ab5b768Copy full SHA for ab5b768
1 file changed
src/staticfile/integration/default_test.go
@@ -66,7 +66,7 @@ func testDefault(platform switchblade.Platform, fixtures string) func(*testing.T
66
})
67
68
context("when deploying a staticfile app", func() {
69
- it.Focus("properly logs stdout and stderr", func() {
+ it("properly logs stdout and stderr", func() {
70
deployment, _, err := platform.Deploy.
71
Execute(name, filepath.Join(fixtures, "default", "simple"))
72
Expect(err).NotTo(HaveOccurred())
0 commit comments