Skip to content

Commit

Permalink
adapt tests for workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 5, 2024
1 parent 8a886df commit f385dda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion service/test/agama/registration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@

it "creates credentials file" do
expect(SUSE::Connect::YaST).to receive(:create_credentials_file)
.with("test-user", "12345", "/run/agama/zypp/etc/zypp/credentials.d/SCCcredentials")
.with("test-user", "12345", "/etc/zypp/credentials.d/SCCcredentials")
# TODO: when fixing suse-connect read of fsroot
# .with("test-user", "12345", "/run/agama/zypp/etc/zypp/credentials.d/SCCcredentials")

subject.register("11112222", email: "[email protected]")
end
Expand Down

0 comments on commit f385dda

Please sign in to comment.