Skip to content

Commit edcaf05

Browse files
committed
Add missing import for test
1 parent 206fdbd commit edcaf05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/src/python/test_offline_editing_wfs.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
from utilities import unitTestDataPath, waitServer
3939
from qgis.core import (
4040
QgsVectorLayer,
41-
QgsAuthManager
41+
QgsAuthManager,
42+
QgsApplication
4243
)
4344

4445
from qgis.testing import (

0 commit comments

Comments
 (0)