From a8c236a54d8b1b1f248a72b1fbf401cf762a8f26 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sun, 10 May 2026 14:41:53 +0300 Subject: [PATCH] fixed ui extensions test --- apis/extensions_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/extensions_test.go b/apis/extensions_test.go index b292a2d3..74baff02 100644 --- a/apis/extensions_test.go +++ b/apis/extensions_test.go @@ -72,7 +72,7 @@ func TestUIExtensions_Mainjs(t *testing.T) { }, AfterTestFunc: successAfterTestFunc, ExpectedStatus: 200, - ExpectedContent: []string{"(function(){ext1_main})();(function(){ext3_main})();"}, + ExpectedContent: []string{"await (async function(){ext1_main})();await (async function(){ext3_main})();"}, ExpectedEvents: map[string]int{"*": 0}, }, }