Skip to content

Commit

Permalink
chore: enable python source e2e (#2116)
Browse files Browse the repository at this point in the history
Signed-off-by: Sidhant Kohli <[email protected]>
  • Loading branch information
kohlisid authored Oct 7, 2024
1 parent 3182db3 commit 8b22359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/udsource-e2e/udsource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (s *UserDefinedSourceSuite) TestUDSource() {
wg.Add(4)
go func() {
defer wg.Done()
// s.testSimpleSourcePython() // FIXME: python udsource
s.testSimpleSourcePython()
}()
go func() {
defer wg.Done()
Expand Down

0 comments on commit 8b22359

Please sign in to comment.