Skip to content

Commit

Permalink
fixes testUpload
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Feb 22, 2024
1 parent ade2ecb commit fbbcaef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testupload.py
Expand Up @@ -8,7 +8,7 @@
from ngwidgets.basetest import Basetest

from scan.dms import Document
from scan.scan_webserver import ScanWebServer
from scan.scan_webserver import ScanSolution


class TestUpload(Basetest):
Expand All @@ -18,7 +18,7 @@ class TestUpload(Basetest):

def setUp(self):
Basetest.setUp(self)
self.testdata = ScanWebServer.examples_path()
self.testdata = ScanSolution.examples_path()

def testUpload(self):
# don't test this in public CIs e.g. travis, github
Expand Down

0 comments on commit fbbcaef

Please sign in to comment.