Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Expand comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges authored Jun 22, 2022
1 parent 503463f commit a68bd2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ApiService/Tests/Functions/InfoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public async Async.Task TestInfo_WithAgentCredentials_IsRejected() {
[Fact]
public async Async.Task TestInfo_WithUserCredentials_Succeeds() {
// store the instance ID in the expected location:
// for production this is done by the deploy script
var instanceId = Guid.NewGuid().ToString();
var containerClient = GetContainerClient("base-config");
await containerClient.CreateAsync();
Expand Down

0 comments on commit a68bd2a

Please sign in to comment.