Skip to content

Commit 151eef1

Browse files
author
Daniel Mikusa
authored
Fixes test failure from #915 (#918)
This PR caused a test failure, this PR fixes it. #915 Signed-off-by: Daniel Mikusa <[email protected]>
1 parent 0cfed5c commit 151eef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/java_buildpack/framework/dynatrace_one_agent_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
allow(application_cache).to receive(:get)
105105
.with('test-apiurl/v1/deployment/installer/agent/unix/paas/latest?include=java&bitness=64&' \
106-
'Api-Token=test-apitoken&networkzone=test-network-zone')
106+
'Api-Token=test-apitoken&networkZone=test-network-zone')
107107
.and_yield(Pathname.new('spec/fixtures/stub-dynatrace-one-agent.zip').open, false)
108108
end
109109

0 commit comments

Comments
 (0)