Skip to content

Commit 44b7c51

Browse files
change start command
1 parent 32dddc6 commit 44b7c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class Starter(ProcessStarter):
115115

116116
# command to start process
117117
args = [
118-
"opengeodeweb_viewer-start",
118+
"opengeodeweb_viewer",
119119
]
120120

121121
return "vtkw_server", Starter, ServerMonitor

0 commit comments

Comments
 (0)