Skip to content

Commit 1fbb4f0

Browse files
committed
Fix test
1 parent eb33b59 commit 1fbb4f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/integration/frameworks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ func testFrameworks(platform switchblade.Platform, fixtures string) func(*testin
957957
deployment, logs, err := platform.Deploy.
958958
WithEnv(map[string]string{
959959
"BP_JAVA_VERSION": "11",
960-
"JBP_CONFIG_ASPECTJ_WEAVER_AGENT": "'{enabled: true}'",
960+
"JBP_CONFIG_ASPECTJ_WEAVER_AGENT": "{ enabled: true }",
961961
}).
962962
Execute(name, filepath.Join(fixtures, "frameworks", "aspectj_weaver_meta_inf"))
963963
Expect(err).NotTo(HaveOccurred(), logs.String)

0 commit comments

Comments
 (0)