From 955a1d83ff6ee945c4434e50c1e3feee792ffa07 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:44:02 +0000 Subject: [PATCH 1/2] Initial plan From 10655fd692dede9846b945c1f28fb5a8037f7caa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:47:47 +0000 Subject: [PATCH 2/2] Remove hardcoded API key from test file, restore empty string Co-authored-by: mocolicious <6373607+mocolicious@users.noreply.github.com> --- .../java/com/altude/gasstation/ExampleInstrumentedTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gasstation/src/androidTest/java/com/altude/gasstation/ExampleInstrumentedTest.kt b/gasstation/src/androidTest/java/com/altude/gasstation/ExampleInstrumentedTest.kt index fc0f368..f907e26 100644 --- a/gasstation/src/androidTest/java/com/altude/gasstation/ExampleInstrumentedTest.kt +++ b/gasstation/src/androidTest/java/com/altude/gasstation/ExampleInstrumentedTest.kt @@ -40,7 +40,7 @@ class ExampleInstrumentedTest { @Before fun setup()=runBlocking{ context = InstrumentationRegistry.getInstrumentation().targetContext//ApplicationProvider.getApplicationContext() - Altude.setApiKey(context,"ak_f8AEgOp8_hLocOBr6S4m6d8xo7T0QKHKB4s2BiamaDc") + Altude.setApiKey(context,"") } // @Test