diff --git a/test_runner/src/test/kotlin/ftl/cli/firebase/test/networkprofiles/NetworkProfilesListCommandTest.kt b/test_runner/src/test/kotlin/ftl/cli/firebase/test/networkprofiles/NetworkProfilesListCommandTest.kt index 3324d9eec0..2d62c77049 100644 --- a/test_runner/src/test/kotlin/ftl/cli/firebase/test/networkprofiles/NetworkProfilesListCommandTest.kt +++ b/test_runner/src/test/kotlin/ftl/cli/firebase/test/networkprofiles/NetworkProfilesListCommandTest.kt @@ -17,9 +17,7 @@ class NetworkProfilesListCommandTest { @Before fun setUp() { mockkStatic( - "ftl.http.ExecuteWithRetryKt", - "ftl.run.common.PrettyPrintKt", - "ftl.environment.common.ListNetworkConfigurationKt" + "ftl.environment.NetworkConfigurationCatalogKt" ) }