Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawxy committed Jul 4, 2022
1 parent 96940c8 commit deac3a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public readonly instanceName: string;
```

- *Type:* string
- *Default:* 'BastionHost'
- *Default:* 'BastionHostTailscale'

The name of the instance.

Expand Down
2 changes: 1 addition & 1 deletion test/construct.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test('Bastion host should be created', () => {
Tags: [
{
Key: 'Name',
Value: 'BastionHost',
Value: 'BastionHostTailscale',
},
],
});
Expand Down

0 comments on commit deac3a0

Please sign in to comment.