Skip to content

Commit 6fee7bc

Browse files
committed
Drop the residual COPILOT_MODEL test case
1 parent 4e2b89c commit 6fee7bc

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

databricks-sdk-java/src/test/java/com/databricks/sdk/core/UserAgentTest.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -251,19 +251,6 @@ public void testAgentProviderVscodeAgent() {
251251
Assertions.assertTrue(UserAgent.asString().contains("agent/vscode-agent"));
252252
}
253253

254-
@Test
255-
public void testAgentProviderCopilotModelAloneNotDetected() {
256-
// COPILOT_MODEL is set by Copilot CLI BYOK users and does not by itself
257-
// identify any agent.
258-
setupAgentEnv(
259-
new HashMap<String, String>() {
260-
{
261-
put("COPILOT_MODEL", "gpt-4");
262-
}
263-
});
264-
Assertions.assertFalse(UserAgent.asString().contains("agent/"));
265-
}
266-
267254
@Test
268255
public void testAgentProviderGoose() {
269256
setupAgentEnv(

0 commit comments

Comments
 (0)